diff options
Diffstat (limited to 'libartbase/base/bit_struct.h')
-rw-r--r-- | libartbase/base/bit_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/bit_struct.h b/libartbase/base/bit_struct.h index 386b896073..9814fd4f3a 100644 --- a/libartbase/base/bit_struct.h +++ b/libartbase/base/bit_struct.h @@ -17,8 +17,8 @@ #ifndef ART_LIBARTBASE_BASE_BIT_STRUCT_H_ #define ART_LIBARTBASE_BASE_BIT_STRUCT_H_ -#include "base/bit_utils.h" #include "bit_struct_detail.h" +#include "bit_utils.h" // // Zero-cost, type-safe, well-defined "structs" of bit fields. |