diff options
Diffstat (limited to 'libs/rs/rsStream.cpp')
-rw-r--r-- | libs/rs/rsStream.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/rs/rsStream.cpp b/libs/rs/rsStream.cpp index 49ed567dceca..b9df0ccfac6a 100644 --- a/libs/rs/rsStream.cpp +++ b/libs/rs/rsStream.cpp @@ -15,12 +15,7 @@ * limitations under the License. */ -#ifndef ANDROID_RS_BUILD_FOR_HOST #include "rsContext.h" -#else -#include "rsContextHostStub.h" -#endif - #include "rsStream.h" using namespace android; |