remove including 'util.h' in core.h 82/14682/1
authorsh.pi <sh.pi@samsung.com>
Wed, 3 Apr 2013 07:38:56 +0000 (16:38 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 9 Jan 2014 16:02:22 +0000 (17:02 +0100)
there is conflict with definition of dlog.
then util.h is removed in core.h

Change-Id: Id3b49a4ad97a0bbce8c0cea6a8a6807502b2cb0b
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
display/battery.c
display/conf.c
display/core.c
display/core.h
display/key-filter.c
display/llinterface.c
display/lsensor.c
display/poll.c

index 3d93c23..d265db5 100644 (file)
@@ -20,6 +20,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "util.h"
 #include "core.h"
 #include "battery.h"
 
index dc1ebee..070ecf3 100644 (file)
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <stdio.h>
 
+#include "util.h"
 #include "conf.h"
 
 enum {
index 0bccc5e..da2b79a 100644 (file)
@@ -39,6 +39,7 @@
 #include <vconf-keys.h>
 #include <Ecore.h>
 
+#include "util.h"
 #include "core.h"
 #include "battery.h"
 #include "device-node.h"
index 0995cfe..7488bc9 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef __POWER_MANAGER_H__
 #define __POWER_MANAGER_H__
 
-#include "util.h"
 #include "poll.h"
 #include "llinterface.h"
 #include "setting.h"
index bbdf44f..240bc17 100644 (file)
@@ -24,6 +24,7 @@
 #include <vconf.h>
 #include <Ecore.h>
 
+#include "util.h"
 #include "core.h"
 #include "poll.h"
 #include "core/queue.h"
index 948267f..dabc4fb 100644 (file)
@@ -26,6 +26,7 @@
 #include <unistd.h>
 #include <limits.h>
 
+#include "util.h"
 #include "llinterface.h"
 #include "conf.h"
 #include "vconf.h"
index bf5263c..5206c2c 100644 (file)
@@ -27,6 +27,7 @@
 #include <sensor.h>
 #include <Ecore.h>
 
+#include "util.h"
 #include "core.h"
 #include "device-node.h"
 
index 009fb4a..91a2f17 100644 (file)
@@ -40,6 +40,7 @@
 #include <sys/un.h>
 #include <Ecore.h>
 
+#include "util.h"
 #include "core.h"
 #include "poll.h"