Fix leak due to deletion of incomplete type

This commit is contained in:
Nyall Dawson 2018-11-04 17:40:40 +10:00
parent 15b2352ea2
commit 5f2b78e755
2 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,6 @@
#include "qgsconfigcache.h"
#include "qgsmessagelog.h"
#include "qgsaccesscontrol.h"
#include "qgsproject.h"
#include <QFile>

View File

@ -28,9 +28,7 @@
#include "qgis_server.h"
#include "qgis_sip.h"
class QgsProject;
#include "qgsproject.h"
/**
* \ingroup server