]> Dogcows Code - chaz/openbox/commitdiff
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 5a45f16723e28693fbd727305cd17d87ff39cdb6..05887e6bb706cee0a64889d09a474de4adb7500c 100644 (file)
@@ -1,4 +1,4 @@
-#include "../../kernel/openbox.h"
+#include "kernel/openbox.h"
 #include <glib.h>
 #include <string.h>
 
index b774f785526a05e623965ec632678b6e57dc3a9a..aebe5557887717602efbf91b8e1607521b80b2bd 100644 (file)
@@ -1,4 +1,4 @@
-#include "../../kernel/openbox.h"
+#include "kernel/openbox.h"
 #include "mouse.h"
 #include <glib.h>
 #include <string.h>
This page took 0.023896 seconds and 4 git commands to generate.