summaryrefslogtreecommitdiff
path: root/src/wast-parser-lexer-shared.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser-lexer-shared.cc')
-rw-r--r--src/wast-parser-lexer-shared.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wast-parser-lexer-shared.cc b/src/wast-parser-lexer-shared.cc
index 80a9b8bd..e7931530 100644
--- a/src/wast-parser-lexer-shared.cc
+++ b/src/wast-parser-lexer-shared.cc
@@ -14,11 +14,11 @@
* limitations under the License.
*/
-#include "wast-parser-lexer-shared.h"
+#include "src/wast-parser-lexer-shared.h"
-#include "common.h"
-#include "error-handler.h"
-#include "wast-lexer.h"
+#include "src/common.h"
+#include "src/error-handler.h"
+#include "src/wast-lexer.h"
namespace wabt {