Move GLInterface.h into GLInterface directory

This commit is contained in:
Scott Moreau
2014-01-20 00:46:21 -07:00
parent 4b3c338930
commit 2c8340e1dc
14 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@
// http://code.google.com/p/dolphin-emu/
#include <unordered_map>
#include "GLInterface.h"
#include "GLInterface/GLInterface.h"
#include "Android/ButtonManager.h"
namespace ButtonManager

View File

@ -23,7 +23,7 @@
#include <wx/panel.h>
#include "VertexShaderManager.h"
#include "../GLInterface.h"
#include "GLInterface.h"
#include "AGL.h"
void cInterfaceAGL::Swap()

View File

@ -18,7 +18,7 @@
#include "Host.h"
#include "RenderBase.h"
#include "../GLInterface.h"
#include "GLInterface.h"
#include "EGL.h"
// Show the current FPS

View File

@ -19,7 +19,7 @@
#include "RenderBase.h"
#include "VideoConfig.h"
#include "../GLInterface.h"
#include "GLInterface.h"
#include "GLX.h"
typedef int ( * PFNGLXSWAPINTERVALSGIPROC) (int interval);

View File

@ -16,7 +16,7 @@
// http://code.google.com/p/dolphin-emu/
#include "Host.h"
#include "GLInterface.h"
#include "GLInterface/GLInterface.h"
bool cPlatform::SelectDisplay(void)
{

View File

@ -7,7 +7,7 @@
#include "RenderBase.h"
#include "VertexShaderManager.h"
#include "../GLInterface.h"
#include "GLInterface.h"
#include "WGL.h"
#include "EmuWindow.h"

View File

@ -17,7 +17,7 @@
#include "Core.h"
#include "State.h"
#include "../GLInterface.h"
#include "GLInterface.h"
#include <linux/input.h>
#include <sys/mman.h>

View File

@ -17,7 +17,7 @@
#include "Host.h"
#include "VideoConfig.h"
#include "../GLInterface.h"
#include "GLInterface.h"
#if USE_EGL
bool cXInterface::ServerConnect(void)

View File

@ -18,7 +18,7 @@
#if HAVE_WAYLAND
#include <wayland-client.h>
#include "GLInterface.h"
#include "GLInterface/GLInterface.h"
#endif
#ifdef __APPLE__