Skip to content

Commit

Permalink
fix includes before guard
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 7, 2022
1 parent 4f1168d commit d650128
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 d650128

Please sign in to comment.