From 7bd9cc95a31127565885e14d20ef5bc2ad642240 Mon Sep 17 00:00:00 2001 From: learn_more Date: Sun, 24 Aug 2014 20:21:56 +0200 Subject: [PATCH] actually remove the include when the file is removed... --- blendish.h | 1 - 1 file changed, 1 deletion(-) diff --git a/blendish.h b/blendish.h index 22e57bf..c8d0d68 100644 --- a/blendish.h +++ b/blendish.h @@ -28,7 +28,6 @@ THE SOFTWARE. #ifndef NANOVG_H #error "nanovg.h must be included first." #endif -#include "compat.h" #ifdef __cplusplus extern "C" {