diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2012-03-09 10:47:27 -0800 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2012-03-09 10:47:27 -0800 |
| commit | 4edf030cbb7c6ac08dc563335c2af73c20f6e2e5 (patch) | |
| tree | 4d37fba2d74815f3a29ffbd3dd541a0cf092fbca /rs.h | |
| parent | e23d239828a229eb7d4d33c9630070f0a87833e1 (diff) | |
| download | android_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.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |
