From 4716f7f7caaf67b10907e2e472ded42c6ec9f28f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 27 Jul 2012 09:49:51 +0000 Subject: [PATCH] Evas: We can include evas_pipe.h in common even without BUILD_PIPE_RENDER. Fixes an implicit declaration warning when building the software_generic engine. SVN revision: 74481 --- legacy/evas/src/lib/include/evas_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/legacy/evas/src/lib/include/evas_common.h b/legacy/evas/src/lib/include/evas_common.h index eba2039..838870f 100644 --- a/legacy/evas/src/lib/include/evas_common.h +++ b/legacy/evas/src/lib/include/evas_common.h @@ -1281,9 +1281,7 @@ Tilebuf_Rect *evas_common_regionbuf_rects_get (Regionbuf *rb); #include "../engines/common/evas_map_image.h" /****/ -#ifdef BUILD_PIPE_RENDER -# include "../engines/common/evas_pipe.h" -#endif +#include "../engines/common/evas_pipe.h" void evas_font_dir_cache_free(void); -- 2.7.4