SDL example: further cleanup to match other examples (#233 #226)

This commit is contained in:
ocornut
2015-07-08 10:20:08 -06:00
parent 4167528001
commit 22e099366f
3 changed files with 4 additions and 31 deletions

View File

@ -1,15 +1,6 @@
#ifdef _MSC_VER
#include <Windows.h>
#include <gl/GL.h>
#include <gl/GLU.h>
#endif
#ifdef MACOSX
#include <OpenGL/gl.h>
#endif
#include <SDL.h>
#include <SDL_syswm.h>
#include <SDL_OpenGL.h>
#include <imgui.h>
#include "imgui_impl_sdl.h"