Move the graph class into an own module.
[collection4.git] / graph_def.h
index 3d852c0..b2cd228 100644 (file)
@@ -7,8 +7,8 @@ typedef struct graph_def_s graph_def_t;
 typedef int (*def_callback_t) (graph_def_t *def,
     void *user_data);
 
+#include "graph.h"
 #include "graph_ident.h"
-#include "graph_list.h"
 #include "utils_array.h"
 #include "oconfig.h"