Skip to content

Commit

Permalink
fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 27, 2024
1 parent 3f0e3ce commit f71f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfieldmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#include <QIcon>

#include "qgsfieldmodel.h"
#include "moc_qgsfieldmodel.cpp"
#include "qgsvectorlayer.h"
#include "qgsvectorlayerjoinbuffer.h"
#include "moc_qgsfieldmodel.cpp"

QgsFieldModel::QgsFieldModel( QObject *parent )
: QAbstractItemModel( parent )
Expand Down

0 comments on commit f71f9b5

Please sign in to comment.