Skip to content

Commit 76a2272

Browse files
committedAug 24, 2017
Always use " for qgs header imports
1 parent 3400325 commit 76a2272

File tree

108 files changed

+252
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+252
-254
lines changed
 

‎src/analysis/interpolation/NormVecDecorator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include "TriDecorator.h"
2121
#include "qgis_sip.h"
2222
#include "qgis.h"
23-
#include <TriangleInterpolator.h>
24-
#include <MathUtils.h>
23+
#include "TriangleInterpolator.h"
24+
#include "MathUtils.h"
2525
#include "qgslogger.h"
2626
#include "qgis_analysis.h"
2727

‎src/analysis/interpolation/ParametricLine.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
***************************************************************************/
1616

1717
#include "ParametricLine.h"
18-
#include <qgslogger.h>
18+
#include "qgslogger.h"
1919

2020
void ParametricLine::add( ParametricLine *pl )
2121
{

0 commit comments

Comments
 (0)
Please sign in to comment.