Skip to content

Commit

Permalink
Anal retentive alphebetisation of includes...and remove duplicate inc…
Browse files Browse the repository at this point in the history
…ludes...

git-svn-id: http://svn.osgeo.org/qgis/trunk@5532 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 18, 2006
1 parent 470177c commit 03dcacf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/gui/qgisapp.cpp
Expand Up @@ -51,19 +51,21 @@
#include <QProcess>
#include <QProgressBar>
#include <QSettings>
#include <QSplashScreen>
#include <QStringList>
#include <QTcpSocket>
#include <QTextStream>
#include <QToolButton>
#include <QToolTip>
#include <QVBoxLayout>
#include <QWhatsThis>
#include <QSplashScreen>
//
// QGIS Specific Includes
//
#include "../../images/themes/default/qgis.xpm"
#include "qgisapp.h"
#include "qgis.h"
#include "qgisplugin.h"
#include "qgsabout.h"
#include "qgsapplication.h"
#include "qgsbookmarkitem.h"
Expand All @@ -76,15 +78,14 @@
#include "qgshelpviewer.h"
#include "qgslegend.h"
#include "qgslegendlayerfile.h"
#include "qgslegendlayerfile.h"
#include "qgslegendlayer.h"
#include "qgslogger.h"
#include "qgsmapcanvas.h"
#include "qgsmapoverviewcanvas.h"
#include "qgsmaprender.h"
#include "qgsmaplayer.h"
#include "qgsmaplayerinterface.h"
#include "qgsmaplayerregistry.h"
#include "qgsmapoverviewcanvas.h"
#include "qgsmaprender.h"
#include "qgsmapserverexport.h"
#include "qgsmessageviewer.h"
#include "qgsoptions.h"
Expand All @@ -100,11 +101,9 @@
#include "qgsrect.h"
#include "qgsserversourceselect.h"
#include "qgssinglesymbolrenderer.h"
#include "qgsvectordataprovider.h"
#include "qgsvectorfilewriter.h"
#include "qgsvectorlayer.h"
#include "qgisplugin.h"
#include "qgsvectordataprovider.h"
#include "../../images/themes/default/qgis.xpm"

//
// Gdal/Ogr includes
Expand All @@ -128,8 +127,8 @@
//
#include "qgsmaptoolcapture.h"
#include "qgsmaptoolidentify.h"
#include "qgsmaptoolselect.h"
#include "qgsmaptoolpan.h"
#include "qgsmaptoolselect.h"
#include "qgsmaptoolvertexedit.h"
#include "qgsmaptoolzoom.h"
#include "qgsmeasure.h"
Expand Down

0 comments on commit 03dcacf

Please sign in to comment.