[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Thu Jan 7 02:07:56 CET 2010
SVN commit 1070923 by jmhoffmann:
MergedLayerDecorator: remove unnecessary include directives.
M +1 -1 MergedLayerDecorator.cpp
M +1 -1 MergedLayerDecorator.h
--- trunk/KDE/kdeedu/marble/src/lib/MergedLayerDecorator.cpp #1070922:1070923
@@ -19,6 +19,7 @@
#include <QtGui/QPainter>
+#include "SunLocator.h"
#include "global.h"
#include "MarbleDebug.h"
#include "GeoSceneDocument.h"
@@ -27,7 +28,6 @@
#include "GeoSceneSettings.h"
#include "GeoSceneTexture.h"
#include "MapThemeManager.h"
-#include "MarbleDirs.h"
#include "TextureTile.h"
#include "TileLoaderHelper.h"
#include "Planet.h"
--- trunk/KDE/kdeedu/marble/src/lib/MergedLayerDecorator.h #1070922:1070923
@@ -19,7 +19,6 @@
#include <QtGui/QImage>
#include <QtCore/QObject>
-#include "SunLocator.h"
#include "TileId.h"
class QString;
@@ -29,6 +28,7 @@
{
class GeoSceneDocument;
class GeoSceneTexture;
+class SunLocator;
class MergedLayerDecorator : public QObject
{
More information about the Marble-commits
mailing list