OpenGL backend: remove useless header Globals.h.

The header has no content, so it can can just be deleted.
This commit is contained in:
magumagu
2014-04-12 19:20:31 -07:00
parent a516267722
commit 812ff4686b
11 changed files with 4 additions and 24 deletions

View File

@ -49,7 +49,6 @@ Make AA apply instantly during gameplay if possible
#include "Core/Host.h"
#include "VideoBackends/OGL/FramebufferManager.h"
#include "VideoBackends/OGL/Globals.h"
#include "VideoBackends/OGL/GLUtil.h"
#include "VideoBackends/OGL/PerfQuery.h"
#include "VideoBackends/OGL/PostProcessing.h"