For handling redifine order, switches location of header files.
Change-Id: I41b09b1d2ae127514d55a17d44bcfb1aac6dbced
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
Name: capi-media-screen-mirroring
Summary: A screen mirroring library in Tizen C API
-Version: 0.2.9
+Version: 0.2.10
Release: 0
Group: Multimedia/API
License: Apache-2.0
* limitations under the License.
*/
#include <stdio.h>
-#include <mmf/mm_wfd_sink.h>
-#include <scmirroring_primary_sink.h>
-#include <scmirroring_private.h>
-
#include <gio/gio.h>
#include <sys/types.h>
#include <sys/un.h>
#include <linux/socket.h>
#include <netinet/tcp.h>
+#include <mmf/mm_wfd_sink.h>
+#include <scmirroring_primary_sink.h>
+#include <scmirroring_private.h>
+
#define MAX_MSG_LEN 128
#define TIMEOUT_SEC 2
#define CONNECTED_TO_SERVER 1