Skip to content

Commit

Permalink
Arrange includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 12, 2022
1 parent 31221f6 commit fb3c110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -9,6 +9,7 @@




class QgsMapBoxGlStyleConversionContext
{
%Docstring(signature="appended")
Expand Down
3 changes: 2 additions & 1 deletion src/core/vectortile/qgsmapboxglstyleconverter.h
Expand Up @@ -21,8 +21,9 @@
#include "qgsproperty.h"
#include "qgspropertycollection.h"
#include "qgsunittypes.h"
#include <QVariantMap>

#include <memory>
#include <QVariantMap>
#include <QImage>

class QgsVectorTileRenderer;
Expand Down

0 comments on commit fb3c110

Please sign in to comment.