Skip to content

Commit

Permalink
CI build machine somehow does not like my includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jan 15, 2021
1 parent 63e7567 commit 2f5e430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -64,8 +64,6 @@
#include "qgsserverexception.h"
#include "qgsexpressioncontextutils.h"
#include "qgsfeaturestore.h"
#include "qgsattributeeditorelement.h"
#include "qgseditformconfig.h"

#include <QImage>
#include <QPainter>
Expand Down
4 changes: 2 additions & 2 deletions src/server/services/wms/qgswmsrenderer.h
Expand Up @@ -25,6 +25,8 @@
#include "qgswmsrendercontext.h"
#include "qgsfeaturefilter.h"
#include "qgslayertreemodellegendnode.h"
#include "qgsattributeeditorelement.h"
#include "qgseditformconfig.h"
#include <QDomDocument>
#include <QMap>
#include <QString>
Expand All @@ -50,8 +52,6 @@ class QImage;
class QPaintDevice;
class QPainter;
class QgsLayerTreeGroup;
class QgsEditFormConfig;
class QgsAttributeEditorElement;

namespace QgsWms
{
Expand Down

0 comments on commit 2f5e430

Please sign in to comment.