Cleanup includes.
This commit is contained in:
parent
b46b4bddba
commit
d6ec77207f
@ -13,7 +13,6 @@
|
|||||||
// You should have received a copy of the GNU Affero General Public License
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "../render.hpp"
|
|
||||||
#include "render_opengles.hpp"
|
#include "render_opengles.hpp"
|
||||||
#include "../display/display_glx.hpp"
|
#include "../display/display_glx.hpp"
|
||||||
#include "../cmp_memcpy.hpp"
|
#include "../cmp_memcpy.hpp"
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
#ifndef _RK_ENGINE_RENDER_OPENGLES_H
|
#ifndef _RK_ENGINE_RENDER_OPENGLES_H
|
||||||
#define _RK_ENGINE_RENDER_OPENGLES_H
|
#define _RK_ENGINE_RENDER_OPENGLES_H
|
||||||
|
|
||||||
#include "../types.hpp"
|
#include "../render.hpp"
|
||||||
#include "../math.hpp"
|
|
||||||
#include <GLES3/gl32.h>
|
#include <GLES3/gl32.h>
|
||||||
#include <GLES3/gl3ext.h>
|
#include <GLES3/gl3ext.h>
|
||||||
#include <GLES3/gl3platform.h>
|
#include <GLES3/gl3platform.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user