summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.c1
-rw-r--r--test.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/test.c b/test.c
index a56e34f..0ad36db 100644
--- a/test.c
+++ b/test.c
@@ -1,5 +1,4 @@
#include <tcclib.h>
-#include "test.h"
#include "test2.h"
int start() {
diff --git a/test.h b/test.h
deleted file mode 100644
index cd782b0..0000000
--- a/test.h
+++ /dev/null
@@ -1 +0,0 @@
-extern int start();