https://github.com/iovisor/bpftrace/pull/2059 --- a/src/fuzz_main.cpp +++ b/src/fuzz_main.cpp @@ -17,12 +17,12 @@ #include #include "ast/bpforc/bpforc.h" -#include "ast/clang_parser.h" +#include "clang_parser.h" #include "ast/passes/callback_visitor.h" #include "ast/passes/field_analyser.h" #include "ast/passes/semantic_analyser.h" #include "bpftrace.h" -#include "codegen_llvm.h" +#include "ast/passes/codegen_llvm.h" #include "driver.h" #include "log.h" #include "output.h"