Code

Include config.h in source files.
[sysdb.git] / t / libsysdb_test.h
index 5539d63290e54a258350c05a6846819820ae27d7..9d28fa0d229b4b951064209ceb9c24aa73d0d111 100644 (file)
@@ -28,8 +28,6 @@
 #ifndef T_LIBSYSDB_H
 #define T_LIBSYSDB_H 1
 
-#include "config.h"
-
 #include "sysdb.h"
 #include "core/object.h"
 
@@ -71,6 +69,10 @@ core_object_suite(void);
 Suite *
 core_store_suite(void);
 
+/* t/core/store_lookup_test */
+Suite *
+core_store_lookup_suite(void);
+
 /* t/frontend/parser_test */
 Suite *
 fe_parser_suite(void);