mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user