aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-08-01 04:03:54 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-08-01 04:03:54 +0100
commit5cc5fa04a470e37c74db2b6e87a0f441d375606f (patch)
tree9a989fd35cbea85fedd7cfc64f597379d73625ad /tests
parent85fc356fc1c50d0c2be4e44f6d430d4ce68cf644 (diff)
downloadnextpnr-5cc5fa04a470e37c74db2b6e87a0f441d375606f.tar.gz
nextpnr-5cc5fa04a470e37c74db2b6e87a0f441d375606f.tar.bz2
nextpnr-5cc5fa04a470e37c74db2b6e87a0f441d375606f.zip
gui: fix quadtree test
Diffstat (limited to 'tests')
-rw-r--r--tests/gui/quadtree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gui/quadtree.cc b/tests/gui/quadtree.cc
index 771680f2..89f8e4a3 100644
--- a/tests/gui/quadtree.cc
+++ b/tests/gui/quadtree.cc
@@ -17,9 +17,9 @@
*
*/
-#include "quadtree.h"
#include "gtest/gtest.h"
#include "nextpnr.h"
+#include "quadtree.h"
USING_NEXTPNR_NAMESPACE