Changed: Don't include local files in PCH

hg/feature/gsoc2012-fabien
kervala 13 years ago
parent b0c27a92ce
commit f6178de16c

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

@ -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

Loading…
Cancel
Save