summaryrefslogtreecommitdiff
path: root/src/resolve-names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve-names.cc')
-rw-r--r--src/resolve-names.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/resolve-names.cc b/src/resolve-names.cc
index c2d48b5f..47f254c1 100644
--- a/src/resolve-names.cc
+++ b/src/resolve-names.cc
@@ -14,17 +14,17 @@
* limitations under the License.
*/
-#include "resolve-names.h"
+#include "src/resolve-names.h"
#include <cassert>
#include <cstdio>
-#include "cast.h"
-#include "error-handler.h"
-#include "expr-visitor.h"
-#include "ir.h"
-#include "wast-lexer.h"
-#include "wast-parser-lexer-shared.h"
+#include "src/cast.h"
+#include "src/error-handler.h"
+#include "src/expr-visitor.h"
+#include "src/ir.h"
+#include "src/wast-lexer.h"
+#include "src/wast-parser-lexer-shared.h"
namespace wabt {