summaryrefslogtreecommitdiff
path: root/src/apply-names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/apply-names.cc')
-rw-r--r--src/apply-names.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/apply-names.cc b/src/apply-names.cc
index d0958b7d..506ab1fe 100644
--- a/src/apply-names.cc
+++ b/src/apply-names.cc
@@ -14,16 +14,16 @@
* limitations under the License.
*/
-#include "src/apply-names.h"
+#include "wabt/apply-names.h"
#include <cassert>
#include <cstdio>
#include <string_view>
#include <vector>
-#include "src/cast.h"
-#include "src/expr-visitor.h"
-#include "src/ir.h"
+#include "wabt/cast.h"
+#include "wabt/expr-visitor.h"
+#include "wabt/ir.h"
namespace wabt {