string_util.cpp & .h header include cleanup

This commit is contained in:
Akkadius 2014-12-15 22:47:48 -06:00
parent a55b2ca557
commit 40377447ac
3 changed files with 1 additions and 4 deletions

View File

@ -15,6 +15,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "types.h" #include "types.h"
#include "skills.h" #include "skills.h"

View File

@ -16,9 +16,6 @@
#include "string_util.h" #include "string_util.h"
#include <cstring> // for strncpy
#include <stdexcept>
#ifdef _WINDOWS #ifdef _WINDOWS
#include <windows.h> #include <windows.h>

View File

@ -19,7 +19,6 @@
#include <sstream> #include <sstream>
#include <vector> #include <vector>
#include <cstdarg> #include <cstdarg>
#include <string.h>
#include "types.h" #include "types.h"