summaryrefslogtreecommitdiff
path: root/src/binary-writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-writer.h')
-rw-r--r--src/binary-writer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/binary-writer.h b/src/binary-writer.h
index 2ddb0178..4e90e89b 100644
--- a/src/binary-writer.h
+++ b/src/binary-writer.h
@@ -17,9 +17,9 @@
#ifndef WABT_BINARY_WRITER_H_
#define WABT_BINARY_WRITER_H_
-#include "common.h"
-#include "opcode.h"
-#include "stream.h"
+#include "src/common.h"
+#include "src/opcode.h"
+#include "src/stream.h"
namespace wabt {