aboutsummaryrefslogtreecommitdiffstats
path: root/gui/pythontab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pythontab.h')
-rw-r--r--gui/pythontab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/pythontab.h b/gui/pythontab.h
index f6cffcf3..4290d277 100644
--- a/gui/pythontab.h
+++ b/gui/pythontab.h
@@ -1,10 +1,10 @@
#ifndef PYTHONTAB_H
#define PYTHONTAB_H
-#include "nextpnr.h"
-#include "emb.h"
#include <QLineEdit>
#include <QPlainTextEdit>
+#include "emb.h"
+#include "nextpnr.h"
// FIXME
USING_NEXTPNR_NAMESPACE