summaryrefslogtreecommitdiffstats
path: root/libs/rs
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-10-18 16:31:50 -0700
committerShih-wei Liao <sliao@google.com>2010-10-18 16:31:50 -0700
commitb9a8eb3f1239e460f2eb71b262aa98d9ad31ea94 (patch)
tree2cebf5044847e32bf38f808a44ace6b1c3d32b7f /libs/rs
parent96eeb7e1ad396ed1140b464cba31b73de89c0268 (diff)
downloadframeworks_base-b9a8eb3f1239e460f2eb71b262aa98d9ad31ea94.zip
frameworks_base-b9a8eb3f1239e460f2eb71b262aa98d9ad31ea94.tar.gz
frameworks_base-b9a8eb3f1239e460f2eb71b262aa98d9ad31ea94.tar.bz2
Remove unneeded inclusion of rs_math.rsh.
Change-Id: I7e9beb88c3b0fb88e30bdbabdde2a2529825dbef
Diffstat (limited to 'libs/rs')
-rw-r--r--libs/rs/scriptc/rs_graphics.rsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh
index 7c67c0d..54e6328 100644
--- a/libs/rs/scriptc/rs_graphics.rsh
+++ b/libs/rs/scriptc/rs_graphics.rsh
@@ -1,9 +1,6 @@
#ifndef __RS_GRAPHICS_RSH__
#define __RS_GRAPHICS_RSH__
-#include "rs_math.rsh"
-
-
// Bind a ProgramFragment to the RS context.
extern void __attribute__((overloadable))
rsgBindProgramFragment(rs_program_fragment);