Move rs.h includes to source files.

Change-Id: Ic49e3fa5580c67f35a21f95872794ea03dd114b6
diff --git a/cpp/BaseObj.cpp b/cpp/BaseObj.cpp
index bb92bce..d0102d0 100644
--- a/cpp/BaseObj.cpp
+++ b/cpp/BaseObj.cpp
@@ -17,6 +17,7 @@
 #define LOG_TAG "libRS_cpp"
 
 #include "RenderScript.h"
+#include <rs.h>
 
 using namespace android;
 using namespace RSC;