aboutsummaryrefslogtreecommitdiffstats
path: root/gui/pythontab.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-14 18:53:48 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-14 20:04:22 +0200
commit064dc13f3d88b96b1af74b5ce03917ab30131a69 (patch)
tree84320662eda72e8f1f9e78b67811dd80b929c0d4 /gui/pythontab.cc
parent4e82ed46d209d05508c7af24cfe135c78ee353db (diff)
downloadnextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.gz
nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.bz2
nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.zip
Cleanup
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)
{