summaryrefslogtreecommitdiff
path: root/src/feature.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.cc')
-rw-r--r--src/feature.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feature.cc b/src/feature.cc
index c6df92c2..989511ba 100644
--- a/src/feature.cc
+++ b/src/feature.cc
@@ -14,9 +14,9 @@
* limitations under the License.
*/
-#include "feature.h"
+#include "src/feature.h"
-#include "option-parser.h"
+#include "src/option-parser.h"
namespace wabt {
@@ -25,7 +25,7 @@ void Features::AddOptions(OptionParser* parser) {
parser->AddOption("enable-" flag, help, \
[this]() { variable##_enabled_ = true; });
-#include "feature.def"
+#include "src/feature.def"
#undef WABT_FEATURE
}