chiark / gitweb /
Move code and decls between convert.[ch] and common.[ch] so that common.[ch] is for...
[ypp-sc-tools.db-test.git] / yarrg / rscommon.h
index 658bbdd71404bbc2bc2f61dbef9a30591050a860..871ee02e7e5cc494b82f71f8f95fac5e13483ee7 100644 (file)
@@ -1,11 +1,9 @@
 #ifndef RSCOMMON_H
 #define RSCOMMON_H
 
-#include <stdio.h>
-
 #include <sqlite3.h>
-#include <assert.h>
-#include <stdlib.h>
+
+#include "common.h"
 
 extern struct sqlite *db;