summaryrefslogtreecommitdiff
path: root/src/option-parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/option-parser.cc')
-rw-r--r--src/option-parser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option-parser.cc b/src/option-parser.cc
index fe06fe94..9c799c37 100644
--- a/src/option-parser.cc
+++ b/src/option-parser.cc
@@ -14,13 +14,13 @@
* limitations under the License.
*/
-#include "src/option-parser.h"
+#include "wabt/option-parser.h"
#include <cstdarg>
#include <cstdio>
#include <cstring>
-#include "config.h"
+#include "wabt/config.h"
#if HAVE_ALLOCA
#include <alloca.h>