diff options
Diffstat (limited to 'compiler/debug/dwarf/dwarf_test.h')
-rw-r--r-- | compiler/debug/dwarf/dwarf_test.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/compiler/debug/dwarf/dwarf_test.h b/compiler/debug/dwarf/dwarf_test.h index e2f0a65ab7..e1f538d9a7 100644 --- a/compiler/debug/dwarf/dwarf_test.h +++ b/compiler/debug/dwarf/dwarf_test.h @@ -17,13 +17,14 @@ #ifndef ART_COMPILER_DEBUG_DWARF_DWARF_TEST_H_ #define ART_COMPILER_DEBUG_DWARF_DWARF_TEST_H_ -#include <cstring> #include <dirent.h> +#include <stdio.h> +#include <sys/types.h> + +#include <cstring> #include <memory> #include <set> -#include <stdio.h> #include <string> -#include <sys/types.h> #include "base/unix_file/fd_file.h" #include "common_runtime_test.h" |