Skip to content

Commit

Permalink
chore: Minor include reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Nov 2, 2024
1 parent 847b7dc commit 604a8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
#include "src/Embedder.h"
#include "src/FlutterWindow.h"

#include <string>
#include "flutter/encodable_value.h"

#include <QApplication>
#include <QThread>
#include <QDebug>
#include <QCommandLineParser>

#include "flutter/encodable_value.h"
#include <string>

using namespace KDAB;

Expand Down

0 comments on commit 604a8d6

Please sign in to comment.