mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
Cleanups
This commit is contained in:
parent
34022605aa
commit
b43f786f89
@ -14,15 +14,19 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <retro_assert.h>
|
||||
|
||||
#include "../../verbosity.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "egl_common.h"
|
||||
#ifdef HAVE_OPENGL
|
||||
#include "gl_common.h"
|
||||
#endif
|
||||
|
||||
#include "egl_common.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
|
||||
bool g_egl_inited;
|
||||
|
@ -14,11 +14,11 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <gfx/math/matrix_4x4.h>
|
||||
|
||||
#include "../drivers/gl_capabilities.h"
|
||||
#include "../video_coord_array.h"
|
||||
|
||||
#include <gfx/math/matrix_4x4.h>
|
||||
|
||||
void gl_ff_vertex(const struct video_coords *coords)
|
||||
{
|
||||
#ifndef NO_GL_FF_VERTEX
|
||||
|
@ -13,6 +13,10 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <retro_assert.h>
|
||||
#include <dynamic/dylib.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
@ -23,10 +27,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <retro_assert.h>
|
||||
#include <dynamic/dylib.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "vulkan_common.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../performance_counters.h"
|
||||
|
@ -16,6 +16,10 @@
|
||||
#include <retro_miscellaneous.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../general.h"
|
||||
|
@ -23,6 +23,10 @@
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "x11_common.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../input/common/input_x11_common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user