Evas filters: Clean up some duplicate includes

No functional change
This commit is contained in:
Jean-Philippe Andre 2014-03-04 13:58:30 +09:00
parent ac8140ccd1
commit cc21f8f173
3 changed files with 1 additions and 11 deletions

View File

@ -1,17 +1,10 @@
/* Simple bump map algorithms for the software engine */
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_filter.h"
#include "evas_filter_private.h"
#include "evas_blend_private.h"
#include <math.h>
#undef ENFN
#undef ENDT
#define ENFN cmd->ctx->evas->engine.func
#define ENDT cmd->ctx->evas->engine.data.output
#ifdef CLAMP
# undef CLAMP

View File

@ -1,8 +1,5 @@
/* Implementation of some masking functions for the software engine */
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_filter.h"
#include "evas_filter_private.h"
#include "evas_blend_private.h"

View File

@ -846,7 +846,7 @@ static Buffer *
_buffer_get(Evas_Filter_Program *pgm, const char *name)
{
Buffer *buf;
Eo *source;
Evas_Object *source;
EINA_SAFETY_ON_NULL_RETURN_VAL(pgm, NULL);
EINA_SAFETY_ON_NULL_RETURN_VAL(name, NULL);