diff options
Diffstat (limited to 'src/binary-reader-linker.cc')
-rw-r--r-- | src/binary-reader-linker.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/binary-reader-linker.cc b/src/binary-reader-linker.cc index 05ccf438..aab17f1a 100644 --- a/src/binary-reader-linker.cc +++ b/src/binary-reader-linker.cc @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "binary-reader-linker.h" +#include "src/binary-reader-linker.h" #include <vector> -#include "binary-reader-nop.h" -#include "wasm-link.h" +#include "src/binary-reader-nop.h" +#include "src/wasm-link.h" #define RELOC_SIZE 5 |