Moved data structures to new collections subfolder
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "dhcp_provider.h"
|
||||
|
||||
#include <utils/hashtable.h>
|
||||
#include <collections/hashtable.h>
|
||||
#include <threading/mutex.h>
|
||||
|
||||
typedef struct private_dhcp_provider_t private_dhcp_provider_t;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/filter.h>
|
||||
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <utils/identification.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <threading/condvar.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "dhcp_transaction.h"
|
||||
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
|
||||
typedef struct private_dhcp_transaction_t private_dhcp_transaction_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user