Skip to content

Commit

Permalink
fix includes before guard
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and github-actions[bot] committed Jan 7, 2022
1 parent 6e4ebd0 commit 395c551
Showing 1 changed file with 2 additions and 4 deletions.
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 395c551

Please sign in to comment.