Undo reordering of #include done by clang-format.

The header file generated by engine-object-file doesn't #include the wasm types it needs and relies on these being included before it.
This commit is contained in:
Nick Lewycky
2021-02-15 01:06:26 -08:00
parent 2fc0b8f363
commit 0157016b4f
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#include "my_wasm.h"
#include "wasm.h"
#include "wasmer_wasm.h"
#include "wasm.h"
#include "my_wasm.h"
#include <stdio.h>
#include <stdlib.h>