evas: Remove left over includes from cserve2 removal

NB: No functional changes. These were missed when cserve2 support was
removed
This commit is contained in:
Christopher Michael 2019-01-28 11:59:47 -05:00
parent 689d18a361
commit be76c3ca47
4 changed files with 0 additions and 14 deletions

View File

@ -11,10 +11,6 @@
#define MY_CLASS_NAME "Evas_Text"
#ifdef EVAS_CSERVE2
# include "evas_cs2_private.h"
#endif
/* save typing */
#define COL_OBJECT(obj, sub) ARGB_JOIN(obj->sub->color.a, obj->sub->color.r, obj->sub->color.g, obj->sub->color.b)
#define COL_JOIN(o, sub, color) ARGB_JOIN(o->sub.color.a, o->sub.color.r, o->sub.color.g, o->sub.color.b)

View File

@ -1,9 +1,6 @@
#include "evas_common_private.h"
#include "evas_private.h"
//#include "evas_cs.h"
#ifdef EVAS_CSERVE2
#include "evas_cs2_private.h"
#endif
static Evas_Public_Data *
_efl_canvas_output_async_block(Efl_Canvas_Output *output)

View File

@ -265,9 +265,6 @@ struct _RGBA_Font_Int
in order to comply with the wanted_rend. */
Eina_List *task;
#ifdef EVAS_CSERVE2
void *cs2_handler;
#endif
int generation;

View File

@ -16,10 +16,6 @@
#include "evas_filter.h"
#ifdef EVAS_CSERVE2
# include "evas_cs2_private.h"
#endif
#include "evas_filter_private.h"
#include <Ector.h>
#include <software/Ector_Software.h>