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

@ -8,7 +8,6 @@
#include "Core/ConfigManager.h"
#include "Core/Core.h"
#include "VideoBackends/OGL/Globals.h"
#include "VideoBackends/OGL/GLUtil.h"
#include "VideoBackends/OGL/Render.h"
#include "VideoBackends/OGL/VideoBackend.h"