From cc036ca86cdaf709e01221975da734cb64d54a94 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 26 Sep 2015 17:13:07 -0400 Subject: Common: Remove other Common prefixed headers from Common.h --- Source/Core/Common/GL/GLInterface/EGL.cpp | 1 + Source/Core/Common/GL/GLInterface/EGLX11.cpp | 1 + Source/Core/Common/GL/GLInterface/WGL.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'Source/Core/Common/GL/GLInterface') diff --git a/Source/Core/Common/GL/GLInterface/EGL.cpp b/Source/Core/Common/GL/GLInterface/EGL.cpp index 92f778eb66..a7ee39639b 100644 --- a/Source/Core/Common/GL/GLInterface/EGL.cpp +++ b/Source/Core/Common/GL/GLInterface/EGL.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include "Common/GL/GLInterface/EGL.h" +#include "Common/Logging/Log.h" // Show the current FPS void cInterfaceEGL::Swap() diff --git a/Source/Core/Common/GL/GLInterface/EGLX11.cpp b/Source/Core/Common/GL/GLInterface/EGLX11.cpp index 3859a23706..e2e5d7b51b 100644 --- a/Source/Core/Common/GL/GLInterface/EGLX11.cpp +++ b/Source/Core/Common/GL/GLInterface/EGLX11.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include "Common/GL/GLInterface/EGLX11.h" +#include "Common/Logging/Log.h" EGLDisplay cInterfaceEGLX11::OpenDisplay() { diff --git a/Source/Core/Common/GL/GLInterface/WGL.cpp b/Source/Core/Common/GL/GLInterface/WGL.cpp index 56017a89b4..c6fa90ebd3 100644 --- a/Source/Core/Common/GL/GLInterface/WGL.cpp +++ b/Source/Core/Common/GL/GLInterface/WGL.cpp @@ -5,6 +5,7 @@ #include #include +#include "Common/MsgHandler.h" #include "Common/GL/GLInterface/WGL.h" #include "Common/Logging/Log.h" -- cgit v1.2.3