Skip to content

Commit

Permalink
(Re)move #include "qgshelp.h" from .h files
Browse files Browse the repository at this point in the history
  • 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.
2 changes: 2 additions & 0 deletions src/gui/qgscolorbrewercolorrampdialog.cpp
Expand Up @@ -17,6 +17,8 @@

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

#include <QAbstractButton>
#include <QDialogButtonBox>

Expand Down
1 change: 0 additions & 1 deletion src/gui/qgscolorbrewercolorrampdialog.h
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgslimitedrandomcolorrampdialog.cpp
Expand Up @@ -17,6 +17,7 @@

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

#include <QColorDialog>
#include <QDialogButtonBox>
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgslimitedrandomcolorrampdialog.h
Expand Up @@ -20,7 +20,6 @@
#include "qgis.h"
#include "qgspanelwidget.h"
#include "qgscolorramp.h"
#include "qgshelp.h"
#include "ui_qgslimitedrandomcolorrampwidgetbase.h"
#include "qgis_gui.h"

Expand Down
1 change: 0 additions & 1 deletion src/gui/qgspresetcolorrampdialog.h
Expand Up @@ -20,7 +20,6 @@
#include "qgis.h"
#include "qgspanelwidget.h"
#include "qgscolorramp.h"
#include "qgshelp.h"
#include "ui_qgspresetcolorrampwidgetbase.h"
#include "qgis_gui.h"

Expand Down

0 comments on commit d281b44

Please sign in to comment.