Remove AppKit include from KREngine-common.h to fix CMake builds

This commit is contained in:
2017-11-05 17:51:13 -08:00
parent 0225f003a3
commit f8e11fc724

View File

@@ -85,7 +85,6 @@ using std::queue;
#include <mach/mach.h>
#include <mach/mach_time.h>
#include <Accelerate/Accelerate.h>
#include <AppKit/AppKit.h>
#define KRAKEN_HAVE_BLAS 1
#endif