diff options
Diffstat (limited to 'libs/rs/rsComponent.h')
-rw-r--r-- | libs/rs/rsComponent.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/rs/rsComponent.h b/libs/rs/rsComponent.h index 205e575..e1b0585 100644 --- a/libs/rs/rsComponent.h +++ b/libs/rs/rsComponent.h @@ -17,11 +17,7 @@ #ifndef ANDROID_RS_STRUCTURED_COMPONENT_H #define ANDROID_RS_STRUCTURED_COMPONENT_H -#include <stdint.h> -#include <sys/types.h> -#include <stdlib.h> - -#include "RenderScript.h" +#include "rsUtils.h" #include "rsObjectBase.h" // --------------------------------------------------------------------------- |