dont use .. in include paths
authorDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 02:30:01 +0000 (02:30 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 21 Jun 2003 02:30:01 +0000 (02:30 +0000)
plugins/keyboard/translate.c
plugins/mouse/translate.c

index 5a45f16..05887e6 100644 (file)
@@ -1,4 +1,4 @@
-#include "../../kernel/openbox.h"
+#include "kernel/openbox.h"
 #include <glib.h>
 #include <string.h>
 
index b774f78..aebe555 100644 (file)
@@ -1,4 +1,4 @@
-#include "../../kernel/openbox.h"
+#include "kernel/openbox.h"
 #include "mouse.h"
 #include <glib.h>
 #include <string.h>