aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-06-12 07:59:36 +0100
committergatecat <gatecat@ds0.me>2022-06-12 07:59:36 +0100
commit8d063d38b148b1e7095a032ffc9cf957c2407f32 (patch)
treed52617ac2d85ec6ccc64c76b81fa20281873dfe8 /ecp5
parenteac864ebdcdf7cf366e0dcbd5497e3c5cce3c479 (diff)
downloadnextpnr-8d063d38b148b1e7095a032ffc9cf957c2407f32.tar.gz
nextpnr-8d063d38b148b1e7095a032ffc9cf957c2407f32.tar.bz2
nextpnr-8d063d38b148b1e7095a032ffc9cf957c2407f32.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/arch_pybindings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch_pybindings.cc b/ecp5/arch_pybindings.cc
index 693d3199..1621eda5 100644
--- a/ecp5/arch_pybindings.cc
+++ b/ecp5/arch_pybindings.cc
@@ -21,9 +21,9 @@
#ifndef NO_PYTHON
#include "arch_pybindings.h"
+#include "bitstream.h"
#include "nextpnr.h"
#include "pybindings.h"
-#include "bitstream.h"
NEXTPNR_NAMESPACE_BEGIN