Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix includes before guard (#46744)
  • Loading branch information
3nids committed Jan 7, 2022
1 parent 4f1168d commit 124bfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions python/gui/auto_generated/qgsrelationwidgetregistry.sip.in
Expand Up @@ -9,8 +9,6 @@





class QgsRelationWidgetRegistry
{
%Docstring(signature="appended")
Expand Down
6 changes: 2 additions & 4 deletions src/gui/qgsrelationwidgetregistry.h
Expand Up @@ -15,13 +15,11 @@
* *
***************************************************************************/

#include "qgsabstractrelationeditorwidget.h"
#include "qgis_gui.h"


#ifndef QGSRELATIONWIDGETREGISTRY_H
#define QGSRELATIONWIDGETREGISTRY_H

#include "qgsabstractrelationeditorwidget.h"
#include "qgis_gui.h"

/**
* Keeps track of the registered relations widgets. New widgets can be registered, old ones deleted.
Expand Down

0 comments on commit 124bfd3

Please sign in to comment.