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 b131e0bf21d78ab0a6f28f54c2d4be2088d919a0..a6620174a8f8bf3dcb49844622f1a56d9c4380ca 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 d9401eeaf4c4df74dffd24ec7c3b705a072ae44e..e2fa6983048a1972b085cd03580de3c2a15db841 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 18dc8fbb46dbc965c7af313a281a94914cc29d3a..b104028fcade3907ecea6c0fba31f3d4ca651a20 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 ddafb056d79a2b2fa4b77b67eae0af3eec2d8379..466ae296d875ee16e9798b2dd01aeaeb322c9353 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 ff5415c16b5821e6cc550d1ba02eac09c2de1124..584490033fa51be81b15dd114d8a18d8252e0cbc 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>