Moved data structures to new collections subfolder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:49 +02:00
parent fdee6b5f5a
commit 12642a6831
229 changed files with 338 additions and 332 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#define GATEWAY_H_
#include <networking/host.h>
#include <utils/enumerator.h>
#include <collections/enumerator.h>
typedef struct gateway_t gateway_t;
+1 -1
View File
@@ -17,7 +17,7 @@
#include "gateway.h"
#include <utils/linked_list.h>
#include <collections/linked_list.h>
typedef struct private_manager_t private_manager_t;
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef STORAGE_H_
#define STORAGE_H_
#include <utils/enumerator.h>
#include <collections/enumerator.h>
typedef struct storage_t storage_t;
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef XML_H_
#define XML_H_
#include <utils/enumerator.h>
#include <collections/enumerator.h>
typedef struct xml_t xml_t;