all repos — openbox @ ae9aed85452093b7932b9c4c86506b4599c54d68

openbox fork - make it a bit more like ryudo

dont use .. in include paths
Dana Jansens danakj@orodu.net
commit

ae9aed85452093b7932b9c4c86506b4599c54d68

parent

c100b72c5d47bfa9fc9f09ecce0f069b6cf59087

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M plugins/keyboard/translate.cplugins/keyboard/translate.c

@@ -1,4 +1,4 @@

-#include "../../kernel/openbox.h" +#include "kernel/openbox.h" #include <glib.h> #include <string.h>
M plugins/mouse/translate.cplugins/mouse/translate.c

@@ -1,4 +1,4 @@

-#include "../../kernel/openbox.h" +#include "kernel/openbox.h" #include "mouse.h" #include <glib.h> #include <string.h>