Moved chunk_t to utils folder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:50 +02:00
parent 05e448c5cc
commit 125b37af6d
12 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ typedef struct identification_t identification_t;
typedef enum id_match_t id_match_t;
typedef enum id_part_t id_part_t;
#include <chunk.h>
#include <utils/chunk.h>
#include <collections/enumerator.h>
/**