dont use .. in include paths
This commit is contained in:
parent
c100b72c5d
commit
ae9aed8545
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#include "../../kernel/openbox.h"
|
#include "kernel/openbox.h"
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "../../kernel/openbox.h"
|
#include "kernel/openbox.h"
|
||||||
#include "mouse.h"
|
#include "mouse.h"
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in a new issue