Moved data structures to new collections subfolder
This commit is contained in:
@@ -25,7 +25,7 @@ typedef enum db_type_t db_type_t;
|
||||
typedef enum db_driver_t db_driver_t;
|
||||
typedef struct database_t database_t;
|
||||
|
||||
#include <utils/enumerator.h>
|
||||
#include <collections/enumerator.h>
|
||||
|
||||
/**
|
||||
* Database column types
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "database_factory.h"
|
||||
|
||||
#include <utils/linked_list.h>
|
||||
#include <collections/linked_list.h>
|
||||
#include <threading/mutex.h>
|
||||
|
||||
typedef struct private_database_factory_t private_database_factory_t;
|
||||
|
||||
Reference in New Issue
Block a user