diff --git a/TextureControl.cc b/TextureControl.cc index 15c8b517a70ba513a4828158b02a5acf42ca8f1d..2d9a209b8b17e7ec6e1595fb4f690ba51969fc5c 100644 --- a/TextureControl.cc +++ b/TextureControl.cc @@ -41,25 +41,24 @@ \*===========================================================================*/ -#if QT_VERSION >= 0x050000 - #include -#else - #include -#endif - - #include "TextureControl.hh" #include #include -#include "OpenFlipper/BasePlugin/PluginFunctions.hh" -#include "OpenFlipper/BasePlugin/PluginFunctionsViewControls.hh" -#include "OpenFlipper/common/GlobalOptions.hh" +#include +#include +#include #include "ImageStorage.hh" +#if QT_VERSION >= 0x050000 +#include +#else +#include +#endif + #ifdef ENABLE_OPENVOLUMEMESH_SUPPORT -#include "ObjectTypes/VolumeMeshObject/VolumeMeshDrawModesContainer.hh" +#include #endif #define TEXTUREDATA "TextureData"