aboutsummaryrefslogtreecommitdiffstats
path: root/gui/pythontab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pythontab.cc')
-rw-r--r--gui/pythontab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/pythontab.cc b/gui/pythontab.cc
index 8f620958..1e827330 100644
--- a/gui/pythontab.cc
+++ b/gui/pythontab.cc
@@ -1,7 +1,7 @@
#include "pythontab.h"
+#include <QGridLayout>
#include "emb.h"
#include "pybindings.h"
-#include <QGridLayout>
PythonTab::PythonTab(QWidget *parent) : QWidget(parent)
{