aboutsummaryrefslogtreecommitdiff
path: root/src/unity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unity.c')
-rw-r--r--src/unity.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/unity.c b/src/unity.c
new file mode 100644
index 0000000..048d8fe
--- /dev/null
+++ b/src/unity.c
@@ -0,0 +1,25 @@
+#define DECL static
+#define VARDECL static
+
+#include <assert.h>
+#include <stdio.h>
+#include <stdarg.h>
+#include <string.h>
+#include <time.h>
+#include <stdlib.h>
+
+#include <sqlite3.h>
+
+#include "api.h"
+#include "error.h"
+#include "free.h"
+#include "help.h"
+#include "irc.h"
+#include "irccolors.h"
+#include "parse.h"
+
+#include "sql_stmt.c"
+#include "irc.c"
+#include "parse.c"
+#include "api.c"
+#include "main.c"