diff options
Diffstat (limited to 'runtime/object_callbacks.h')
| -rw-r--r-- | runtime/object_callbacks.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/object_callbacks.h b/runtime/object_callbacks.h index 8e99dbb286..df34ce7536 100644 --- a/runtime/object_callbacks.h +++ b/runtime/object_callbacks.h @@ -17,13 +17,6 @@ #ifndef ART_RUNTIME_OBJECT_CALLBACKS_H_ #define ART_RUNTIME_OBJECT_CALLBACKS_H_ -// For ostream. -#include <ostream> -// For uint32_t. -#include <stdint.h> -// For size_t. -#include <stdlib.h> - #include "base/macros.h" namespace art { |