aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-22 19:37:31 +0200
commit657e13760365aad3ab358b237060bf2356fc4a80 (patch)
tree339d530885a32fade0b9c4f77a9683111b00796c /src/mainwindow/mainwindow.h
parentPlugin commands no longer require --command (diff)
downloadsmolbote-657e13760365aad3ab358b237060bf2356fc4a80.tar.xz
clang-format pass
Diffstat (limited to 'src/mainwindow/mainwindow.h')
-rw-r--r--src/mainwindow/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/mainwindow.h b/src/mainwindow/mainwindow.h
index 30d2178..7974806 100644
--- a/src/mainwindow/mainwindow.h
+++ b/src/mainwindow/mainwindow.h
@@ -10,8 +10,8 @@
#define SMOLBOTE_MAINWINDOW_H
#include <QMainWindow>
-#include <memory>
#include <QUrl>
+#include <memory>
class Browser;
class QMdiArea;