diff options
Diffstat (limited to 'compiler/cfi_test.h')
-rw-r--r-- | compiler/cfi_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/cfi_test.h b/compiler/cfi_test.h index 2fc81c958a..9755ef12d0 100644 --- a/compiler/cfi_test.h +++ b/compiler/cfi_test.h @@ -23,10 +23,10 @@ #include "arch/instruction_set.h" #include "base/enums.h" -#include "debug/dwarf/dwarf_constants.h" #include "debug/dwarf/dwarf_test.h" -#include "debug/dwarf/headers.h" #include "disassembler.h" +#include "dwarf/dwarf_constants.h" +#include "dwarf/headers.h" #include "gtest/gtest.h" #include "thread.h" |