summaryrefslogtreecommitdiff
path: root/libartbase/base/length_prefixed_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/length_prefixed_array.h')
-rw-r--r--libartbase/base/length_prefixed_array.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libartbase/base/length_prefixed_array.h b/libartbase/base/length_prefixed_array.h
index 7c09bddd55..9238e81566 100644
--- a/libartbase/base/length_prefixed_array.h
+++ b/libartbase/base/length_prefixed_array.h
@@ -20,10 +20,10 @@
#include <stddef.h> // for offsetof()
#include <string.h> // for memset()
-#include "base/bit_utils.h"
-#include "base/casts.h"
-#include "base/iteration_range.h"
-#include "base/stride_iterator.h"
+#include "bit_utils.h"
+#include "casts.h"
+#include "iteration_range.h"
+#include "stride_iterator.h"
namespace art {