Whoops, forgot to remove this #include

This commit is contained in:
Clownacy 2020-01-29 22:16:21 +00:00
parent d0defa4a7b
commit e4394aea1f

View file

@ -12,7 +12,6 @@
#include "../../Organya.h"
#include "../../WindowsWrapper.h"
#include "../../CommonDefines.h"
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))