summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordayu <dayuoba@users.noreply.github.com>2016-07-18 13:45:06 +0800
committerGitHub <noreply@github.com>2016-07-18 13:45:06 +0800
commita2bd567932e8d66890378a782c1f005174cc111f (patch)
treeb59591f8e5826b126b097dd966e654aa4c17ea9d
parent62b099af00b542bdb08471058d527af258a349cf (diff)
downloadfilo-a2bd567932e8d66890378a782c1f005174cc111f.tar.gz
filo-a2bd567932e8d66890378a782c1f005174cc111f.zip
rm repeat header file
i found that there were two same `stdlib.h`,if there is some magic for that case .pls ignore this pr :)
-rw-r--r--kilo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kilo.c b/kilo.c
index 9490a77..1be0fac 100644
--- a/kilo.c
+++ b/kilo.c
@@ -42,7 +42,6 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
-#include <stdlib.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/ioctl.h>