aboutsummaryrefslogtreecommitdiffstats
path: root/gui/infotab.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/infotab.h
parent4e82ed46d209d05508c7af24cfe135c78ee353db (diff)
downloadnextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.gz
nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.bz2
nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.zip
Cleanup
Diffstat (limited to 'gui/infotab.h')
-rw-r--r--gui/infotab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/infotab.h b/gui/infotab.h
index bf673ee6..e3c58ba5 100644
--- a/gui/infotab.h
+++ b/gui/infotab.h
@@ -1,8 +1,8 @@
#ifndef INFOTAB_H
#define INFOTAB_H
-#include "nextpnr.h"
#include <QPlainTextEdit>
+#include "nextpnr.h"
// FIXME
USING_NEXTPNR_NAMESPACE