[win32] Remove obsolete includes.

This commit is contained in:
vng 2011-12-02 21:49:27 +03:00 committed by Alex Zolotarev
parent d1de8f9997
commit 1929af15ec
2 changed files with 0 additions and 7 deletions

View file

@ -9,9 +9,6 @@
#include "../yg/rendercontext.hpp"
#include "../yg/internal/opengl.hpp"
#ifdef OMIM_OS_WINDOWS
#include "../yg/internal/opengl_win32.hpp"
#endif
namespace qt
{

View file

@ -8,11 +8,7 @@
#include "../yg/framebuffer.hpp"
#include "../yg/renderbuffer.hpp"
#include "../yg/resource_manager.hpp"
#include "../yg/internal/opengl.hpp"
/*#ifdef OMIM_OS_WINDOWS
#include "../yg/internal/opengl_win32.hpp"
#endif*/
#include "../platform/platform.hpp"