Clean up unnecessary header files 21/283721/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 2 Nov 2022 06:59:36 +0000 (15:59 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 2 Nov 2022 08:21:17 +0000 (17:21 +0900)
Change-Id: If88d1be2aef5989c2e5859750f9a97e2a273fae5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts.c
client/tts_dbus.c
client/tts_setting.c
client/tts_tidl.c
server/ttse.c

index b131e0b..a662017 100644 (file)
 #include <app_manager.h>
 #include <dirent.h>
 #include <Ecore.h>
-#include <iconv.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <sys/wait.h>
 #include <system_info.h>
 #include <vconf.h>
 #include <package-manager.h>
index d9401ee..e2fa698 100644 (file)
@@ -22,7 +22,6 @@
 #include "tts_dbus.h"
 #include "tts_defs.h"
 #include "tts_main.h"
-#include "tts_internal.h"
 
 #define HELLO_WAITING_TIME -1
 #define WAITING_TIME 5000
index 18dc8fb..b104028 100644 (file)
 *  limitations under the License.
 */
 
-#include <dirent.h>
+
 #include <Ecore.h>
-#include <sys/wait.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 
 #include "tts_config_mgr.h"
 #include "tts_main.h"
index ddafb05..466ae29 100644 (file)
 *  limitations under the License.
 */
 
-#include <rpc-port.h>
+
 #include "tts_main.h"
 #include "tts_tidl.h"
 #include "tts_proxy.h"
-#include "tts_internal.h"
 #include "tts_client.h"
 #include "tts_core.h"
 #include "tts_dlog.h"
index ff5415c..5844900 100755 (executable)
@@ -18,8 +18,6 @@
 #include "ttsd_ipc.h"
 
 #include <aul.h>
-#include <bundle.h>
-#include <bundle_internal.h>
 #include <dlog.h>
 #include <Ecore.h>
 #include <vconf.h>