Skip to content
Snippets Groups Projects
Commit e4d56d18 authored by Jan Möbius's avatar Jan Möbius
Browse files

Improve core includes to reduce rebuilds

FIx missing dllexports

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7753 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 22c6ad01
No related branches found
No related tags found
No related merge requests found
...@@ -60,9 +60,6 @@ ...@@ -60,9 +60,6 @@
//== INCLUDES ================================================================= //== INCLUDES =================================================================
#include "OpenFlipper/common/TypesInternal.hh"
#include <OpenFlipper/widgets/glWidget/QtBaseViewer.hh> #include <OpenFlipper/widgets/glWidget/QtBaseViewer.hh>
// QT INCLUDES // QT INCLUDES
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#include <OpenFlipper/INIFile/INIFile.hh> #include <OpenFlipper/INIFile/INIFile.hh>
#include <OpenFlipper/common/GlobalOptions.hh> #include <OpenFlipper/common/GlobalOptions.hh>
#include <OpenFlipper/BasePlugin/PluginFunctions.hh> #include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include "OpenFlipper/common/TypesInternal.hh"
#include <QCoreApplication> #include <QCoreApplication>
......
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
//== INCLUDES ================================================================= //== INCLUDES =================================================================
#include "Types.hh" #include "Types.hh"
#include "TypesInternal.hh"
#include <map> #include <map>
#include <QCoreApplication> #include <QCoreApplication>
#include <OpenFlipper/common/GlobalOptions.hh> #include <OpenFlipper/common/GlobalOptions.hh>
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#define TYPESINTERNAL_HH #define TYPESINTERNAL_HH
//== INCLUDES ================================================================= //== INCLUDES =================================================================
#include <OpenFlipper/common/GlobalDefines.hh> #include <OpenFlipper/common/GlobalDefines.hh>
#include <OpenFlipper/common/Types.hh> #include <OpenFlipper/common/Types.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment