Changed: Don't use NLMISC includes in NLMISC PCH
This commit is contained in:
parent
12cd9083de
commit
53d5e56a2a
1 changed files with 1 additions and 12 deletions
|
@ -17,8 +17,6 @@
|
||||||
#ifndef NL_STDMISC_H
|
#ifndef NL_STDMISC_H
|
||||||
#define NL_STDMISC_H
|
#define NL_STDMISC_H
|
||||||
|
|
||||||
#include "nel/misc/types_nl.h"
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <csignal>
|
#include <csignal>
|
||||||
|
@ -44,16 +42,7 @@
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "nel/misc/debug.h"
|
#ifdef _WIN32
|
||||||
#include "nel/misc/common.h"
|
|
||||||
#include "nel/misc/fast_mem.h"
|
|
||||||
#include "nel/misc/system_info.h"
|
|
||||||
#include "nel/misc/mem_displayer.h"
|
|
||||||
#include "nel/misc/stream.h"
|
|
||||||
#include "nel/misc/path.h"
|
|
||||||
#include "nel/misc/string_common.h"
|
|
||||||
|
|
||||||
#ifdef NL_OS_WINDOWS
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#include <WinSock2.h>
|
#include <WinSock2.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
Loading…
Reference in a new issue