Moved data structures to new collections subfolder
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <debug.h>
|
||||
#include <networking/host.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/condvar.h>
|
||||
#include <threading/mutex.h>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <threading/mutex.h>
|
||||
#include <threading/condvar.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
typedef struct private_radius_config_t private_radius_config_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user