summaryrefslogtreecommitdiff
path: root/src/binary-writer-spec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/binary-writer-spec.cc')
-rw-r--r--src/binary-writer-spec.cc17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/binary-writer-spec.cc b/src/binary-writer-spec.cc
index e1f39725..d8cfd175 100644
--- a/src/binary-writer-spec.cc
+++ b/src/binary-writer-spec.cc
@@ -14,19 +14,20 @@
* limitations under the License.
*/
-#include "binary-writer-spec.h"
+#include "src/binary-writer-spec.h"
#include <cassert>
#include <cinttypes>
-#include "binary.h"
-#include "binary-writer.h"
-#include "cast.h"
#include "config.h"
-#include "ir.h"
-#include "stream.h"
-#include "string-view.h"
-#include "writer.h"
+
+#include "src/binary.h"
+#include "src/binary-writer.h"
+#include "src/cast.h"
+#include "src/ir.h"
+#include "src/stream.h"
+#include "src/string-view.h"
+#include "src/writer.h"
namespace wabt {