Evas filters: Remove useless include

This commit is contained in:
Jean-Philippe Andre 2014-04-04 18:35:22 +09:00
parent 3cb7b19608
commit deb8a637e4
4 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@
* _box_blur_alpha_vert_step
*/
#include "evas_common_private.h"
#include "../evas_filter_private.h"
static inline void

View File

@ -4,7 +4,6 @@
* - _box_blur_vert_rgba_step
*/
#include "evas_common_private.h"
#include "../evas_filter_private.h"
static inline void

View File

@ -5,7 +5,6 @@
*/
/* Datatypes and MIN macro */
#include "evas_common_private.h"
#include "../evas_filter_private.h"
#if !defined (FUNCTION_NAME) || !defined (STEP)

View File

@ -4,7 +4,6 @@
* - _gaussian_blur_vert_rgba_step
*/
#include "evas_common_private.h"
#include "../evas_filter_private.h"
#if !defined (FUNCTION_NAME) || !defined (STEP)