diff options
author | dayu <dayuoba@users.noreply.github.com> | 2016-07-18 13:45:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-18 13:45:06 +0800 |
commit | a2bd567932e8d66890378a782c1f005174cc111f (patch) | |
tree | b59591f8e5826b126b097dd966e654aa4c17ea9d | |
parent | 62b099af00b542bdb08471058d527af258a349cf (diff) | |
download | filo-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |