Moved data structures to new collections subfolder
This commit is contained in:
@@ -28,7 +28,7 @@ typedef struct socket_t socket_t;
|
||||
|
||||
#include <library.h>
|
||||
#include <networking/packet.h>
|
||||
#include <utils/enumerator.h>
|
||||
#include <collections/enumerator.h>
|
||||
#include <plugins/plugin.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <daemon.h>
|
||||
#include <threading/thread.h>
|
||||
#include <threading/rwlock.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
typedef struct private_socket_manager_t private_socket_manager_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user