cont
[protos/libecoli.git] / lib / ecoli_tk_empty.h
index 4e22420..37c0eef 100644 (file)
 #ifndef ECOLI_TK_EMPTY_
 #define ECOLI_TK_EMPTY_
 
-#include <ecoli_tk.h>
-
-struct ec_tk_empty {
-       struct ec_tk gen;
-};
-
 struct ec_tk *ec_tk_empty_new(const char *id);
 
 #endif