evas - removed stdlib.h math.h header include in each source files.
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 7 May 2014 07:31:08 +0000 (16:31 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 7 May 2014 07:33:23 +0000 (16:33 +0900)
It's included in the evas_common_private.h.

src/lib/evas/canvas/evas_3d_light.c
src/lib/evas/canvas/evas_3d_material.c
src/lib/evas/canvas/evas_3d_mesh.c
src/lib/evas/canvas/evas_3d_mesh_loader_md2.c
src/lib/evas/canvas/evas_3d_node.c
src/lib/evas/canvas/evas_3d_scene.c
src/lib/evas/canvas/evas_3d_texture.c
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_object_textblock.c

index 0e8600d9ecafa74ba3b94e13260a102f7e5a3b5d..7fe21aeeb116d5c09ccc8ba5b1ef11b37060b29d 100644 (file)
@@ -1,5 +1,3 @@
-#include <stdlib.h>
-#include <math.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index 99d28f394284c02d1abd7bd24030bf91a251f34a..1391ed3f527fe1d3ca7fdcf41a029b40553e362d 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index e49b9a8e8c98e903867848614c2d08c26b3dbf11..a876e8b1c12ecd22993c33e843b707d25243e8cf 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index 132a9292febca4ae2eae1ade84f0ffaff9a6cadc..ffe1b3e4db6d2ff4813bc4aebcaf7bd9f14129fd 100644 (file)
@@ -1,8 +1,3 @@
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
-#include <stdlib.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index 27feb346c98da53645fa2684a4b56992943f570f..2ea36be3990d3dcc6d9fa3e2bec897af6fa85634 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index ddff5be2fd05ab2e2bb6b565b8a231b571d79cd0..ef5e7c98b67ffb5860cb417e7ca37cdab7f1d41b 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index 18eda83b3f999c8c0282583d9b016491baea06e3..03ee85f0e33ad675a9966cbee1e66df295490bd3 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include "evas_common_private.h"
 #include "evas_private.h"
 
index e16ca67a322a8d653f8e36976016479f2119ad46..405c25a89b384a7044df8a4f0d9f3c28ec3f750a 100644 (file)
@@ -1,4 +1,3 @@
-#include <stdlib.h>
 #include <sys/types.h>
 #include <unistd.h>
 #ifdef HAVE_SYS_MMAN_H
index 14565e3d5d15e8822586ff441525b05ec0faf7a7..1fed2607cfbe2855906c9a288a1661038e850b71 100644 (file)
@@ -63,7 +63,6 @@
  */
 #include "evas_common_private.h"
 #include "evas_private.h"
-#include <stdlib.h>
 
 //#define LYDBG(f, args...) printf(f, ##args)
 #define LYDBG(f, args...)