Fix files not using relative includes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define WAPP_TESTING_C
|
||||
|
||||
#include "wapp_testing.h"
|
||||
#include "tester.c"
|
||||
#include "wapp_core.c"
|
||||
#include "tester/tester.c"
|
||||
#include "../core/wapp_core.c"
|
||||
|
||||
#endif // !WAPP_TESTING_C
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#define WAPP_C
|
||||
|
||||
#include "wapp.h"
|
||||
#include "wapp_core.c"
|
||||
#include "wapp_testing.c"
|
||||
#include "core/wapp_core.c"
|
||||
#include "testing/wapp_testing.c"
|
||||
|
||||
#endif // !WAPP_C
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#ifndef WAPP_H
|
||||
#define WAPP_H
|
||||
|
||||
#include "wapp_common.h"
|
||||
#include "wapp_core.h"
|
||||
#include "wapp_testing.h"
|
||||
#include "common/wapp_common.h"
|
||||
#include "core/wapp_core.h"
|
||||
#include "testing/wapp_testing.h"
|
||||
|
||||
#endif // !WAPP_H
|
||||
|
Reference in New Issue
Block a user