aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
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/mainwindow.h
parent4e82ed46d209d05508c7af24cfe135c78ee353db (diff)
downloadnextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.gz
nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.bz2
nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.zip
Cleanup
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index f0818be4..3260da14 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -2,12 +2,12 @@
#define MAINWINDOW_H
#include "emb.h"
+#include "infotab.h"
#include "nextpnr.h"
+#include "pythontab.h"
#include "qtpropertymanager.h"
#include "qttreepropertybrowser.h"
#include "qtvariantproperty.h"
-#include "pythontab.h"
-#include "infotab.h"
#include <QMainWindow>
#include <QPlainTextEdit>