Changed: Don't include files from project in PCH

This commit is contained in:
kervala 2013-09-22 11:01:17 +02:00
parent 482e37bed2
commit 15d97b9893
4 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,7 @@
#include "nel/sound/u_audio_mixer.h"
#include "PageBgFades.h"
#include "resource.h"
using namespace std;

View file

@ -25,6 +25,7 @@
#include "nel/sound/u_audio_mixer.h"
#include "PageBgFlags.h"
#include "resource.h"
using namespace std;

View file

@ -21,6 +21,7 @@
#include "georges_plugin_sound.h"
#include <map>
#include "PageComtext.h"
#include "resource.h"
using namespace std;

View file

@ -14,16 +14,18 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef STDAFX_H
#define STDAFX_H
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#define NOMINMAX
#define _WIN32_WINNT 0x0500
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include "resource.h"
#include "nel/misc/types_nl.h"
#include "nel/misc/debug.h"
#include "nel/georges/u_form_elm.h"
#include "georges_plugin_sound.h"
#endif