Moved debug.[ch] to utils folder
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "host.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <library.h>
|
||||
|
||||
#define IPV4_LEN 4
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "host_resolver.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <library.h>
|
||||
#include <utils/debug.h>
|
||||
#include <threading/condvar.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <threading/thread.h>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "tun_device.h"
|
||||
|
||||
#include <library.h>
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <threading/thread.h>
|
||||
|
||||
#define TUN_DEFAULT_MTU 1500
|
||||
|
||||
Reference in New Issue
Block a user