Skip to content

Commit

Permalink
Cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 1, 2023
1 parent 3667d28 commit 875be15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/gui/providers/gdal/qgsgdalfilesourcewidget.cpp
Expand Up @@ -20,7 +20,9 @@

#include "qgsproviderregistry.h"
#include "ogr/qgsogrhelperfunctions.h"
#include "qgsfilewidget.h"

#include <QHBoxLayout>
#include <gdal.h>

QgsGdalFileSourceWidget::QgsGdalFileSourceWidget( QWidget *parent )
Expand Down
6 changes: 3 additions & 3 deletions src/gui/providers/gdal/qgsgdalfilesourcewidget.h
Expand Up @@ -17,10 +17,10 @@
#ifndef QGGDALFILESOURCEWIDGET_H
#define QGGDALFILESOURCEWIDGET_H

#include "ui_qgsgdalsourceselectbase.h"
#include "qgsprovidersourcewidget.h"
#include "qgis_gui.h"
#include "qgis_sip.h"
#include <QVariantMap>

class QgsFileWidget;

///@cond PRIVATE
#define SIP_NO_FILE
Expand Down

0 comments on commit 875be15

Please sign in to comment.