diff options
Diffstat (limited to 'ice40/main.cc')
-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) { |