Remove unused header <sys/stat.h> 97/123097/3 accepted/tizen/unified/20170407.190721 submit/tizen/20170405.040602 submit/tizen/20170407.050424
authorJiyong Min <jiyong.min@samsung.com>
Tue, 4 Apr 2017 11:04:58 +0000 (20:04 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Tue, 4 Apr 2017 11:18:32 +0000 (20:18 +0900)
Change-Id: I4f2ed4bacdbb1b0ecd613cf2e5959b898c6c8bbc
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
packaging/capi-media-controller.spec
src/media_controller_db.c
svc/daemon/media_controller_main.c
svc/media_controller_db_util.c [changed mode: 0644->0755]
svc/media_controller_socket.c [changed mode: 0644->0755]
svc/media_controller_svc.c

index d7d1ca7ef8eedbd4271c9e25583799d703743f98..fcc89fceee2ffd9f730a83aa893f041c118c7476 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-controller
 Summary:    A media controller library in Tizen Native API
-Version:    0.1.33
+Version:    0.1.34
 Release:    1
 Group:      Multimedia/API
 License:    Apache-2.0
index 570cc62775d2494d54c082c0eb86c5e386db0727..64f1396725f5297339b2137ad648aecb8b3ae3ab 100755 (executable)
@@ -21,7 +21,6 @@
 #include <pwd.h>
 #include <stdio.h>
 #include <tzplatform_config.h>
-#include <sys/stat.h>
 
 #include "media_controller_private.h"
 #include "media_controller_db.h"
index f5618374a164a51d7f7c337667440c0bf2fc8411..691a50b43e2988cacf64556dad94c550a5477458 100755 (executable)
@@ -14,7 +14,6 @@
 * limitations under the License.
 */
 
-#include <sys/stat.h>
 #include <systemd/sd-daemon.h>
 
 #include "media_controller_private.h"
old mode 100644 (file)
new mode 100755 (executable)
index 763e021..c158582
@@ -19,7 +19,6 @@
 #include <grp.h>
 #include <pwd.h>
 #include <tzplatform_config.h>
-#include <sys/stat.h>
 
 #include "media_controller_private.h"
 #include "media_controller_db_util.h"
old mode 100644 (file)
new mode 100755 (executable)
index ce8077494a1a25bd9bfeafd891ce8a9ce3ca21c1..93b85dd2a61cdcb5825e7f8963c59aad5b17e538 100755 (executable)
@@ -15,7 +15,6 @@
 */
 
 #include <string.h>
-#include <sys/stat.h>
 #include <systemd/sd-daemon.h>
 #include <systemd/sd-login.h>