fix the precompiled redefinition problem

This commit is contained in:
Stefan Troeger 2014-01-25 17:55:55 +01:00 committed by Stefan Tröger
parent 32e6091366
commit ad8ae753d9

View File

@ -21,8 +21,8 @@
***************************************************************************/ ***************************************************************************/
#ifndef ASSEMGBLYGUI_PRECOMPILED_H #ifndef ASSEMBLY_PRECOMPILED_H
#define ASSEMGBLYGUI_PRECOMPILED_H #define ASSEMBLY_PRECOMPILED_H
#include <FCConfig.h> #include <FCConfig.h>
@ -41,8 +41,8 @@
#ifdef _PreComp_ #ifdef _PreComp_
// Python // Python
#include <Python.h> #include <Python.h>
// standard // standard
@ -72,7 +72,7 @@
#ifndef __Qt4All__ #ifndef __Qt4All__
# include <Gui/Qt4All.h> # include <Gui/Qt4All.h>
#endif #endif
#endif //_PreComp_ #endif //_PreComp_
#endif // ASSEMGBLYGUI_PRECOMPILED_H #endif // ASSEMGBLYGUI_PRECOMPILED_H