Moved debug.[ch] to utils folder
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <networking/host.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/condvar.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "radius_message.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <crypto/hashers/hasher.h>
|
||||
|
||||
typedef struct private_radius_message_t private_radius_message_t;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include <pen/pen.h>
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
typedef struct private_radius_socket_t private_radius_socket_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user