diff options
author | Alon Zakai <azakai@google.com> | 2019-04-26 16:59:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 16:59:41 -0700 |
commit | db9124f1de0478dcac525009b6f1589b44a7edd8 (patch) | |
tree | fa26395a0f6cca53cf5cb6e10189f989c5bfa847 /src/ir/features.h | |
parent | 87636dccd404a340d75acb1d96301581343f29ca (diff) | |
download | binaryen-db9124f1de0478dcac525009b6f1589b44a7edd8.tar.gz binaryen-db9124f1de0478dcac525009b6f1589b44a7edd8.tar.bz2 binaryen-db9124f1de0478dcac525009b6f1589b44a7edd8.zip |
Apply format changes from #2048 (#2059)
Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048
Diffstat (limited to 'src/ir/features.h')
-rw-r--r-- | src/ir/features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ir/features.h b/src/ir/features.h index 505e239a5..6dff96398 100644 --- a/src/ir/features.h +++ b/src/ir/features.h @@ -17,10 +17,10 @@ #ifndef wasm_ir_features_h #define wasm_ir_features_h -#include <wasm.h> +#include <ir/iteration.h> #include <wasm-binary.h> #include <wasm-traversal.h> -#include <ir/iteration.h> +#include <wasm.h> namespace wasm { |