From 01ed925fec07ec5f97818ac78531796c0e5cddda Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Sat, 19 Sep 2015 05:43:34 +1200 Subject: [PATCH] AGL: Don't depend on VideoCommon --- Source/Core/Common/GL/GLInterface/AGL.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/Core/Common/GL/GLInterface/AGL.cpp b/Source/Core/Common/GL/GLInterface/AGL.cpp index 69783800dc..d5d905b5c5 100644 --- a/Source/Core/Common/GL/GLInterface/AGL.cpp +++ b/Source/Core/Common/GL/GLInterface/AGL.cpp @@ -3,10 +3,7 @@ // Refer to the license.txt file included. #include "Common/GL/GLInterface/AGL.h" - -#include "VideoCommon/RenderBase.h" -#include "VideoCommon/VertexShaderManager.h" -#include "VideoCommon/VideoConfig.h" +#include "Common/Logging/Log.h" void cInterfaceAGL::Swap() {