]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
fixed animated textures in realtime lighting mode (now calls R_UpdateTextureInfo)
[xonotic/darkplaces.git] / console.c
index 087915ba932b93dc612b1754b6b4a13e64465067..963ba2d7563510d2c05cd36b85c8447669eed89c 100644 (file)
--- a/console.c
+++ b/console.c
@@ -19,18 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // console.c
 
-#ifdef NeXT
-#include <libc.h>
+#ifndef WIN32
+# include <unistd.h>
 #endif
-#ifndef _MSC_VER
-#ifndef __BORLANDC__
-#include <unistd.h>
-#endif
-#endif
-#ifdef WIN32
-#include <io.h>
-#endif
-#include <fcntl.h>
 #include "quakedef.h"
 
 int con_linewidth;