Rearrage included header files 81/160981/1
authorhj kim <backto.kim@samsung.com>
Tue, 21 Nov 2017 04:13:50 +0000 (13:13 +0900)
committerhj kim <backto.kim@samsung.com>
Tue, 21 Nov 2017 04:13:50 +0000 (13:13 +0900)
Change-Id: Idb1c5992248244ca502a7d58bd1ca2ef731a32d8

include/dcm_svc_debug.h
include/dcm_svc_internal.h
libdcm-face/dcm-face.c
libdcm-face/dcm-face_priv.h
libdcm-util/dcm_image_codec.c
libdcm-util/include/dcm_image_codec_debug.h
src/dcm_svc_db.c
src/dcm_svc_detect_face.c
src/dcm_svc_internal.c
src/dcm_svc_ipc.c

index a9fc61fccc61cd290f32dd4a3bff96cb64ac028b..e8d01cacc2fd9ff2f738e34af985aafcb63f93a6 100755 (executable)
@@ -18,6 +18,9 @@
 #ifndef _DCM_DEBUG_UTILS_H_
 #define _DCM_DEBUG_UTILS_H_
 
+#include <stdlib.h>
+#include <glib.h>
+#include <error.h>
 #include <dlog.h>
 #include <media-util.h>
 
index cd50d70353ee65226f31fa77df4ac5276952e70c..677825dbc6128805c12d447f0b7e0680749ef23b 100755 (executable)
@@ -18,7 +18,6 @@
 #ifndef _DCM_SCAN_SVC_H_
 #define _DCM_SCAN_SVC_H_
 
-#include <glib.h>
 #include <dcm_image_codec.h>
 
 typedef struct {
index 850cd838a9cc6f0147d2b8c95c5702abca93c829..31245ed0893a2029c1e06360cda070f0c6a07a95 100755 (executable)
@@ -13,9 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
 
 #include "dcm-face.h"
 #include "dcm-face_priv.h"
index 1e5bb81cc684bc266fe00c6ad2fbba9a0c2c214b..d3b2a24ed39e217c37e031ab797275bd94d69ebd 100755 (executable)
@@ -17,7 +17,6 @@
 #define __TIZEN_UIX_FACE_PRIV_H__
 
 #include <stdlib.h>
-#include <glib.h>
 
 #undef __in
 #define __in
index 8e60a43547bf4e60210ed7f2af41bb613cc84e29..2a5176447fbfce475a5b6400c41b0e4ca7203cce 100755 (executable)
@@ -16,7 +16,6 @@
  */
 
 
-#include <stdlib.h>
 #include <image_util.h>
 #include <image_util_internal.h>
 #include <dcm_image_codec_debug.h>
index 0c3ecedd22897f7815026839837431014fdb0adb..3797d467745a1aa8857ec3f05025b7849cc7873c 100755 (executable)
@@ -18,6 +18,7 @@
 #ifndef _DCM_DEBUG_UTILS_H_
 #define _DCM_DEBUG_UTILS_H_
 
+#include <stdlib.h>
 #include <dlog.h>
 #include <media-util.h>
 
index 419f8164e505f0e6934ac28ee8e971d78b93a5aa..020ab19f95529a7627f47bca27c6aab865becda6 100755 (executable)
  *
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
 #include <sqlite3.h>
 
 #include <dcm_svc_db.h>
index 6b28d326a71dea271e0784cf5f1527894d2c2fe0..3b7386d84295a20e60e8c6becb1c48e7f598c16a 100755 (executable)
@@ -15,8 +15,6 @@
  *
  */
 
-#include <stdlib.h>
-#include <string.h>
 #include <dcm-face.h>
 #include <dcm_svc_db.h>
 #include <dcm_svc_debug.h>
index 3c64ffb72fb1f9aae3e00e613fab046624ea5e4d..e2672614b11256a4a44721841664e0aeffec11e2 100755 (executable)
  *
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include <dcm_svc_ipc.h>
 #include <dcm_svc_internal.h>
 #include <dcm_svc_db.h>
index ca4d168419bbe0288e35c574cd6259ce955e049b..8ff5440242c53fb80622566dfda951ae10ea0a31 100755 (executable)
  */
 
 #include <unistd.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <errno.h>
-#include <glib.h>
-#include <sys/syscall.h>
 #include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/un.h>
-#include <arpa/inet.h>
-
+#include <sys/time.h>
 #include <dcm_svc_ipc.h>
 #include <dcm_svc_debug.h>
 #include <tzplatform_config.h>