header cleanups for gl_capabilities.c

This commit is contained in:
twinaphex 2016-09-05 07:26:32 +02:00
parent 1bed2dc3c4
commit 1edaa20029
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
#include <boolean.h>
#include "gl_capabilities.h"
#include "../common/gl_common.h"
#include "../video_driver.h"
#include "../../verbosity.h"
#if defined(HAVE_FBO) && defined(HAVE_PSGL)
#define glGenFramebuffers glGenFramebuffersOES