Skip to content
Permalink
Browse files
(Re)move #include "qgshelp.h" from .h files
  • Loading branch information
DelazJ committed Dec 10, 2017
1 parent 41ca084 commit d281b44
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
@@ -17,6 +17,8 @@

#include "qgscolorramp.h"
#include "qgssymbollayerutils.h"
#include "qgshelp.h"

#include <QAbstractButton>
#include <QDialogButtonBox>

@@ -19,7 +19,6 @@
#include <QDialog>
#include "qgspanelwidget.h"
#include "qgscolorramp.h"
#include "qgshelp.h"
#include "ui_qgscolorbrewercolorrampwidgetbase.h"
#include "qgis_gui.h"
#include "qgis.h"
@@ -17,6 +17,7 @@

#include "qgssymbollayerutils.h"
#include "qgscolorramp.h"
#include "qgshelp.h"

#include <QColorDialog>
#include <QDialogButtonBox>
@@ -20,7 +20,6 @@
#include "qgis.h"
#include "qgspanelwidget.h"
#include "qgscolorramp.h"
#include "qgshelp.h"
#include "ui_qgslimitedrandomcolorrampwidgetbase.h"
#include "qgis_gui.h"

@@ -20,7 +20,6 @@
#include "qgis.h"
#include "qgspanelwidget.h"
#include "qgscolorramp.h"
#include "qgshelp.h"
#include "ui_qgspresetcolorrampwidgetbase.h"
#include "qgis_gui.h"

0 comments on commit d281b44

Please sign in to comment.