Moved debug.[ch] to utils folder
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "simaka_manager.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
|
||||
/** length of the k_encr key */
|
||||
#define KENCR_LEN 16
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "simaka_manager.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/rwlock.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "simaka_manager.h"
|
||||
|
||||
#include <debug.h>
|
||||
#include <utils/debug.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
typedef struct private_simaka_message_t private_simaka_message_t;
|
||||
|
||||
Reference in New Issue
Block a user