summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-05-19 20:54:49 -0700
committerJesse Hall <jessehall@google.com>2014-05-20 13:31:05 -0700
commit391109083f683c990bdbc5ca3a5f521a9a3fc98d (patch)
treec8427dde30a5125b43266d85be1ed9094f9a45a5 /opengl
parent0232d3d11c0c2e9c2ee4f637778d19c8f042cb89 (diff)
downloadframeworks_native-391109083f683c990bdbc5ca3a5f521a9a3fc98d.zip
frameworks_native-391109083f683c990bdbc5ca3a5f521a9a3fc98d.tar.gz
frameworks_native-391109083f683c990bdbc5ca3a5f521a9a3fc98d.tar.bz2
opengl: Fix include style in generated JNI code
Bug: 15028495 Change-Id: Ie38d398751a374f11bef8944a2aa0f8311934911
Diffstat (limited to 'opengl')
-rw-r--r--opengl/tools/glgen/stubs/gles11/common.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/common.cpp b/opengl/tools/glgen/stubs/gles11/common.cpp
index c5a7a24..f7bcb9d 100644
--- a/opengl/tools/glgen/stubs/gles11/common.cpp
+++ b/opengl/tools/glgen/stubs/gles11/common.cpp
@@ -1,5 +1,5 @@
-#include "jni.h"
-#include "JNIHelp.h"
+#include <jni.h>
+#include <JNIHelp.h>
#include <android_runtime/AndroidRuntime.h>
#include <utils/misc.h>
#include <assert.h>