aboutsummaryrefslogtreecommitdiffstats
path: root/dummy
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-07 12:48:53 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-07 12:48:53 +0200
commit2edde06c07cc3cd58ab156d9598d75e1cff1e7de (patch)
treed31fa85c4b2f8ae681d5c57080b41e12b39e7a96 /dummy
parent8bfeaeacedeb09133b8fb157c876fb90f41f5676 (diff)
downloadnextpnr-2edde06c07cc3cd58ab156d9598d75e1cff1e7de.tar.gz
nextpnr-2edde06c07cc3cd58ab156d9598d75e1cff1e7de.tar.bz2
nextpnr-2edde06c07cc3cd58ab156d9598d75e1cff1e7de.zip
Fix clang-format include order issues
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'dummy')
-rw-r--r--dummy/pybindings.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc
index a19479a0..3a586234 100644
--- a/dummy/pybindings.cc
+++ b/dummy/pybindings.cc
@@ -20,6 +20,8 @@
#include "design.h"
#include "chip.h"
+
+// include after design.h/chip.h
#include "pybindings.h"
void arch_wrap_python() {