]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Nothing in there requires unistd.h
authorWolfgang Bumiller <wry.git@bumiller.com>
Mon, 28 Oct 2013 10:37:08 +0000 (11:37 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Mon, 28 Oct 2013 10:37:08 +0000 (11:37 +0100)
ansi.c

diff --git a/ansi.c b/ansi.c
index 4f0cb095a8022758f2b8f3528d8516c7d9663e24..3cf4508a31f604363b4609b714ccc2506dbc938d 100644 (file)
--- a/ansi.c
+++ b/ansi.c
@@ -23,7 +23,6 @@
 #define GMQCC_PLATFORM_HEADER
 #include <string.h>
 #include <stdlib.h>
-#include <unistd.h>
 
 #include "platform.h"
 #include "gmqcc.h"