summaryrefslogtreecommitdiff
path: root/kbdnotify/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbdnotify/utils.c')
-rw-r--r--kbdnotify/utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbdnotify/utils.c b/kbdnotify/utils.c
index fbddb18..1307fbe 100644
--- a/kbdnotify/utils.c
+++ b/kbdnotify/utils.c
@@ -21,9 +21,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <windows.h>
#include "utils.h"
-#include "../headers_c/newpluginapi.h"
-#include "../headers_c/m_database.h"
-#include "../headers_c/m_utils.h"
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_utils.h>
char *fmtDBSettingName(const char *fmt, ...)