[Marble-commits] KDE/kdeedu/marble/src/lib

Jens-Michael Hoffmann jensmh at gmx.de
Tue Jan 5 18:09:17 CET 2010


SVN commit 1070436 by jmhoffmann:

Remove unnecessary include directives.

 M  +1 -6      KmlFileViewItem.cpp  
 M  +0 -1      KmlFileViewItem.h  


--- trunk/KDE/kdeedu/marble/src/lib/KmlFileViewItem.cpp #1070435:1070436
@@ -8,15 +8,10 @@
 // Copyright 2007      Murad Tagirov <tmurad at gmail.com>
 //
 
-
 #include "KmlFileViewItem.h"
-#include "GeoDataDocument.h"    // In geodata/data/
-#include "GeoDataPlacemark.h"
+
 #include "FileManager.h"
-#include "MarbleDataFacade.h"
-#include "MarblePlacemarkModel.h"
 
-#include "MarbleDebug.h"
 
 using namespace Marble;
 
--- trunk/KDE/kdeedu/marble/src/lib/KmlFileViewItem.h #1070435:1070436
@@ -12,7 +12,6 @@
 #ifndef KMLFILEVIEWITEM_H
 #define KMLFILEVIEWITEM_H
 
-#include <QtCore/QVariant>
 #include "AbstractFileViewItem.h"
 #include "GeoDataDocument.h"
 


More information about the Marble-commits mailing list