aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-18 21:38:02 +0000
committerGitHub <noreply@github.com>2021-03-18 21:38:02 +0000
commitbc3fe7d014d082c4e2b7b66f9e154fc8305d2c28 (patch)
tree50e3f6ec6c8787e312c14e1d4204d6f2c5543cc0 /common/nextpnr.cc
parentb8678e778ed4dde0c477a93156c3fd39dffc517f (diff)
parenta3dd5b33bc1034d6e8fae0e09a9f3570a1d15c5f (diff)
downloadnextpnr-bc3fe7d014d082c4e2b7b66f9e154fc8305d2c28.tar.gz
nextpnr-bc3fe7d014d082c4e2b7b66f9e154fc8305d2c28.tar.bz2
nextpnr-bc3fe7d014d082c4e2b7b66f9e154fc8305d2c28.zip
Merge pull request #630 from litghost/run_clangformat
Run "make clangformat" to fix up master.
Diffstat (limited to 'common/nextpnr.cc')
-rw-r--r--common/nextpnr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.cc b/common/nextpnr.cc
index f8914ea5..7e3d1e00 100644
--- a/common/nextpnr.cc
+++ b/common/nextpnr.cc
@@ -18,8 +18,8 @@
*/
#if defined(__wasm)
-#include <typeinfo>
#include <exception>
+#include <typeinfo>
#include "log.h"
extern "C" {