Move head files to .c 62/203262/1
authorzg84.zhang <zg84.zhang@samsung.com>
Fri, 12 Apr 2019 06:53:00 +0000 (14:53 +0800)
committerzg84.zhang <zg84.zhang@samsung.com>
Fri, 12 Apr 2019 06:53:00 +0000 (14:53 +0800)
Change-Id: I93cc4c9066b884b7681e46f636abb430883f55ff

common/multi_assistant_settings.c
include/multi_assistant_settings.h

index e0a027e5e5a54eca5c44b196f6387fc4157cd33d..3655fab54f55308b3977c6bfd81a820c7402c304 100644 (file)
@@ -1,4 +1,10 @@
+#include <tizen.h>
+#include <dlog.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <vconf/vconf.h>
 #include "multi_assistant_settings.h"
+#include "multi_assistant_common.h"
 
 #ifdef LOG_TAG
 #undef LOG_TAG
index 37d16e011a0e7a74a2437a6154dd9b7dd0f1fc41..181ffbafddd61895385198ae74601cfc15361353 100644 (file)
 #ifndef __TIZEN_UIFW_MULTI_ASSISTANT_SETTINGS_H__
 #define __TIZEN_UIFW_MULTI_ASSISTANT_SETTINGS_H__
 
-#include <tizen.h>
-#include <dlog.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <vconf/vconf.h>
-#include <multi_assistant_common.h>
-
 /**
  * @addtogroup CAPI_UIX_MULTI_ASSISTANT_MODULE
  * @{
  */
 
-
 #ifdef __cplusplus
 extern "C"
 {