- removed use of copystring in Dehacked code and cleaned up the list of includes in cmdlib.cpp

This commit is contained in:
Christoph Oelckers 2020-04-11 12:10:09 +02:00
commit 6bfdf904b9
2 changed files with 13 additions and 23 deletions

View file

@ -22,18 +22,6 @@
// cmdlib.c (mostly borrowed from the Q2 source)
#ifdef _WIN32
#include <direct.h>
#include <io.h>
#else
#include <dirent.h>
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>
#if !defined(__sun)
#include <fts.h>
#endif
#endif
#include "cmdlib.h"
#include "i_system.h"