build: use configured include paths
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include "../ipc.h"
|
||||
#include "ipc.h"
|
||||
|
||||
typedef struct Key Key;
|
||||
struct Key {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../ipc.h"
|
||||
#include "ipc.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../ipc.h"
|
||||
#include "ipc.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "../strans.c"
|
||||
#include "../cutest/cutest.h"
|
||||
#include "strans.c"
|
||||
#include "cutest/cutest.h"
|
||||
|
||||
extern Lang testvi;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "../ibus.c"
|
||||
#include "../cutest/cutest.h"
|
||||
#include "ibus.c"
|
||||
#include "cutest/cutest.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../ipc.h"
|
||||
#include "ipc.h"
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../srv.c"
|
||||
#include "../cutest/cutest.h"
|
||||
#include "srv.c"
|
||||
#include "cutest/cutest.h"
|
||||
|
||||
void testengineinit(int);
|
||||
void testenginehandle(Keyreq*);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "../cutest/cutest.h"
|
||||
#include "../dat.h"
|
||||
#include "../fn.h"
|
||||
#include "cutest/cutest.h"
|
||||
#include "dat.h"
|
||||
#include "fn.h"
|
||||
|
||||
extern Lang testvi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user