Skip to content

Commit

Permalink
[Backport release-3_22] fix includes before guard (#46746)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgis-bot committed Jan 7, 2022
1 parent 6e4ebd0 commit 8e27d93
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 8e27d93

Please sign in to comment.