summaryrefslogtreecommitdiff
path: root/src/test-circular-array.cc
diff options
context:
space:
mode:
authorAlex Reinking <reinking@google.com>2022-09-28 07:24:49 -0700
committerGitHub <noreply@github.com>2022-09-28 07:24:49 -0700
commita4a77c18df16d6ee672f2a2564969bc9b2beef3a (patch)
treee4368558b4b44a7421761341e3b18edbd93f9785 /src/test-circular-array.cc
parent520614a5f83878a4d26702a3ad67c44302c2b073 (diff)
downloadwabt-a4a77c18df16d6ee672f2a2564969bc9b2beef3a.tar.gz
wabt-a4a77c18df16d6ee672f2a2564969bc9b2beef3a.tar.bz2
wabt-a4a77c18df16d6ee672f2a2564969bc9b2beef3a.zip
Move headers to include/wabt/ (#1998)
This makes things easier for users and packagers of libwabt.
Diffstat (limited to 'src/test-circular-array.cc')
-rw-r--r--src/test-circular-array.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test-circular-array.cc b/src/test-circular-array.cc
index aefea514..a2a8919e 100644
--- a/src/test-circular-array.cc
+++ b/src/test-circular-array.cc
@@ -18,7 +18,7 @@
#include <memory>
-#include "src/circular-array.h"
+#include "wabt/circular-array.h"
using namespace wabt;