Math.h is already included by e.h.

SVN revision: 50330
This commit is contained in:
Christopher Michael 2010-07-18 17:19:46 +00:00
parent 2e200f95a5
commit 79156d3266
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
*/
#define _XOPEN_SOURCE 600
#include "e.h"
#include <math.h>
#define SMART_NAME "e_slider"
#define API_ENTRY E_Smart_Data *sd; sd = evas_object_smart_data_get(obj); if ((!obj) || (!sd) || (evas_object_type_get(obj) && strcmp(evas_object_type_get(obj), SMART_NAME)))