aboutsummaryrefslogtreecommitdiff
path: root/wtf8.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-15 19:38:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-15 19:40:23 +1300
commit2e8a62385439a1e2bf12ec058812eef4fd5b2947 (patch)
tree2b2fc35990f7b78a9f17f61de43ca8bee5b1b39d /wtf8.c
parentFirst commit wtf8(1), tiny UTF-8 inspector (diff)
downloadwtf8-2e8a62385439a1e2bf12ec058812eef4fd5b2947.tar.gz
wtf8-2e8a62385439a1e2bf12ec058812eef4fd5b2947.zip
Move includes into header file
Diffstat (limited to 'wtf8.c')
-rw-r--r--wtf8.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/wtf8.c b/wtf8.c
index b073927..fd8bc78 100644
--- a/wtf8.c
+++ b/wtf8.c
@@ -1,5 +1,4 @@
-#include <stdio.h>
-#include <stdlib.h>
+#include "wtf8.h"
int main(int argc, char **argv) {
char *p;