summaryrefslogtreecommitdiff
path: root/rs.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2014-11-11 13:46:38 -0800
committerJason Sams <jsams@google.com>2014-11-11 13:46:38 -0800
commit66f0a168c4227d4e302f4ffb21ec7e9d7b9ca828 (patch)
treec69a1ba8c036b22d0c86583e31883ee6615a089b /rs.h
parent4d5651ba7f059648caf3186a44f70bc8dbe65711 (diff)
downloadrs-66f0a168c4227d4e302f4ffb21ec7e9d7b9ca828.tar.gz
Cleanup includes for rs/cpp to not expose internal details.
Change-Id: Ib23f591f8418d3318f61ab1d3f6f2b684bf95692
Diffstat (limited to 'rs.h')
-rw-r--r--rs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rs.h b/rs.h
index e31762d9..603085f3 100644
--- a/rs.h
+++ b/rs.h
@@ -20,7 +20,7 @@
#include <stdint.h>
#include <sys/types.h>
-#include "rsDefines.h"
+#include "rsInternalDefines.h"
// Legacy graphics functions
// Not extern C because not used from C++ API