Skip to content
Permalink
Browse files
Tidy up #includes
git-svn-id: http://svn.osgeo.org/qgis/trunk@5795 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 10, 2006
1 parent 4edeaec commit 56cfc7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
@@ -18,8 +18,7 @@
#include <limits>
#include <stdexcept>

#include <qfile.h>
//Added by qt3to4:
#include <QFile>
#include <QTextStream>

#include "gpsdata.h"
@@ -27,8 +27,8 @@
#include <vector>

#include <expat.h>
#include <qstring.h>
#include <qtextstream.h>
#include <QString>
#include <QTextStream>

#include "qgsrect.h"

@@ -22,17 +22,15 @@
#include <cfloat>
#include <iostream>
#include <limits>
#include <math.h>
#include <cmath>

// Changed #include <qapp.h> to <qapplication.h>. Apparently some
// debian distros do not include the qapp.h wrapper and the compilation
// fails. [gsherman]
#include <qapplication.h>
#include <QApplication>

#include <qfile.h>
#include <qtextstream.h>
#include <qstringlist.h>
#include <qrect.h>
#include <QFile>
#include <QTextStream>

#include "qgis.h"
#include "qgsdataprovider.h"

0 comments on commit 56cfc7e

Please sign in to comment.