chore: whitespace / ifdef cleanup

This commit is contained in:
jonnypower 2018-04-29 23:10:26 -07:00
parent e6ae628b5b
commit 585876d45c
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,6 @@
#ifdef WIN32
// This is for something in gl.h.
#include <windows.h>
#include <GL/gl.h>
#else
#define NULL 0
#endif