From 391109083f683c990bdbc5ca3a5f521a9a3fc98d Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Mon, 19 May 2014 20:54:49 -0700 Subject: [PATCH] opengl: Fix include style in generated JNI code Bug: 15028495 Change-Id: Ie38d398751a374f11bef8944a2aa0f8311934911 --- opengl/tools/glgen/stubs/gles11/common.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opengl/tools/glgen/stubs/gles11/common.cpp b/opengl/tools/glgen/stubs/gles11/common.cpp index c5a7a244b2..f7bcb9d8e1 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 +#include #include #include #include -- 2.11.0