From cd28243af99d1fa934f16fe0147d5603b8aae24d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 22 Apr 2007 09:48:18 +0000 Subject: [PATCH] Math.h is already included via e.h, do not need the include here. SVN revision: 29651 --- src/bin/e_flowlayout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_flowlayout.c b/src/bin/e_flowlayout.c index 669cf1123..83e6258c4 100644 --- a/src/bin/e_flowlayout.c +++ b/src/bin/e_flowlayout.c @@ -3,8 +3,6 @@ */ #include "e.h" -#include - typedef struct _E_Smart_Data E_Smart_Data; typedef struct _E_Flowlayout_Item E_Flowlayout_Item;