summaryrefslogtreecommitdiffstats
path: root/rs.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2012-03-09 10:47:27 -0800
committerAlex Sakhartchouk <alexst@google.com>2012-03-09 10:47:27 -0800
commit4edf030cbb7c6ac08dc563335c2af73c20f6e2e5 (patch)
tree4d37fba2d74815f3a29ffbd3dd541a0cf092fbca /rs.h
parente23d239828a229eb7d4d33c9630070f0a87833e1 (diff)
downloadandroid_frameworks_rs-4edf030cbb7c6ac08dc563335c2af73c20f6e2e5.tar.gz
android_frameworks_rs-4edf030cbb7c6ac08dc563335c2af73c20f6e2e5.tar.bz2
android_frameworks_rs-4edf030cbb7c6ac08dc563335c2af73c20f6e2e5.zip
More header untangling.
Change-Id: I090943775cbda8d9515cdb484957f6b05d5b1799
Diffstat (limited to 'rs.h')
-rw-r--r--rs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rs.h b/rs.h
index fbcaf4a2..825b9b81 100644
--- a/rs.h
+++ b/rs.h
@@ -20,10 +20,6 @@
#include <stdint.h>
#include <sys/types.h>
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include "rsDefines.h"
//
@@ -61,10 +57,6 @@ RsContext rsContextCreateGL(RsDevice dev, uint32_t version, uint32_t sdkVersion,
#include "rsgApiFuncDecl.h"
-#ifdef __cplusplus
-};
-#endif
-
#endif // RENDER_SCRIPT_H