diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-20 13:40:13 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-20 13:40:13 +0200 |
commit | c4e544856ab315908793949ee8e1e2ab1e11f9e0 (patch) | |
tree | 4e366da40a096e3045f5d3353a987349086d64f0 /ice40 | |
parent | 3fda636e7058fb2a7c82d0233da76174ad8b431a (diff) | |
download | nextpnr-c4e544856ab315908793949ee8e1e2ab1e11f9e0.tar.gz nextpnr-c4e544856ab315908793949ee8e1e2ab1e11f9e0.tar.bz2 nextpnr-c4e544856ab315908793949ee8e1e2ab1e11f9e0.zip |
Fix jsonparse compiler warnings, clangformat updates
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 70d88946..8a04caf6 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -35,8 +35,8 @@ #include "place_sa.h" #include "pybindings.h" #include "route.h" -#include "version.h" #include "timing.h" +#include "version.h" void svg_dump_el(const GraphicElement &el) { |