From f1e7b6b3394c66860b810804aac45be24bd31dbf Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Apr 2018 19:03:55 +0200 Subject: Don't use stdbool.h anymore --- src/rops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rops.h') diff --git a/src/rops.h b/src/rops.h index 4f008b3..6ba7279 100644 --- a/src/rops.h +++ b/src/rops.h @@ -1,7 +1,7 @@ #ifndef __ROPS_H__ #define __ROPS_H__ -#include "stdbool.h" +#include /* Raster Operations macros -- cgit v1.2.3