Moved data structures to new collections subfolder
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#include "lookip_listener.h"
|
||||
|
||||
#include <daemon.h>
|
||||
#include <utils/hashtable.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/hashtable.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/rwlock.h>
|
||||
|
||||
typedef struct private_lookip_listener_t private_lookip_listener_t;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <daemon.h>
|
||||
#include <threading/thread.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <processing/jobs/callback_job.h>
|
||||
|
||||
#include "lookip_msg.h"
|
||||
|
||||
Reference in New Issue
Block a user