diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-02-03 15:05:56 +0100 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-02-04 06:09:55 -0800 |
commit | 18115aae00e6d94619adfeda0201f2bf27d8d703 (patch) | |
tree | 569b7da1bb1020942c9bb4d98b9e4cf29fc887dc /src | |
parent | c03547637714caca00e2f34cde426d64069c148d (diff) | |
download | indicator-win-18115aae00e6d94619adfeda0201f2bf27d8d703.tar.gz indicator-win-18115aae00e6d94619adfeda0201f2bf27d8d703.tar.bz2 indicator-win-18115aae00e6d94619adfeda0201f2bf27d8d703.zip |
More unused headers removed.
Change-Id: I948c07974526929e824f007e030b5b53d7b38cbd
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/processing/call.c | 2 | ||||
-rw-r--r-- | src/tts.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/processing/call.c b/src/modules/processing/call.c index 9adc89a..8a1213c 100644 --- a/src/modules/processing/call.c +++ b/src/modules/processing/call.c @@ -21,9 +21,7 @@ #include <stdio.h> #include <stdlib.h> #include <vconf.h> -//#include <Ecore_X.h> #include <bluetooth.h> -//#include <bluetooth_extention.h> #include "common.h" #include "indicator.h" @@ -22,7 +22,6 @@ #ifdef _SUPPORT_SCREEN_READER2 #include <tts.h> -#include <tts_setting.h> #include <vconf.h> #include <vconf-keys.h> #include "main.h" |