Changed: Don't include local files in PCH

This commit is contained in:
kervala 2012-05-21 10:04:00 +02:00
parent 4c0d138212
commit 3b3950227e
2 changed files with 6 additions and 1 deletions

View file

@ -19,6 +19,7 @@
//-----------------------------------------------------------------------------
#include "stdpch.h"
#include "utils.h"
#include "nel/misc/file.h"
#include "nel/misc/command.h"

View file

@ -66,4 +66,8 @@
#include <nel/georges/load_form.h>
#include "utils.h"
#ifdef NL_OS_WINDOWS
# define NOMINMAX
# include <WinSock2.h>
# include <Windows.h>
#endif