Skip to content

Commit

Permalink
#include tidy ups
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5393 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 29, 2006
1 parent 0c93f6a commit 9e1870b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/qgspoint.cpp
Expand Up @@ -19,7 +19,7 @@

#include "qgspoint.h"

#include <qtextstream.h>
#include <QTextStream>


QgsPoint::QgsPoint(const QgsPoint& p)
Expand Down
4 changes: 1 addition & 3 deletions src/core/qgspoint.h
Expand Up @@ -21,9 +21,7 @@

#include <iostream>

#ifndef QSTRING_H
#include <qstring.h>
#endif
#include <QString>

class QgsPoint
{
Expand Down

0 comments on commit 9e1870b

Please sign in to comment.