Removed include of <sys/sysctl.h> header sandbox/akazmin/tizen_6.0_build
authorAndrey Kazmin <a.kazmin@partner.samsung.com>
Mon, 23 Dec 2019 10:58:34 +0000 (13:58 +0300)
committerAndrey Kazmin <a.kazmin@partner.samsung.com>
Mon, 23 Dec 2019 11:00:51 +0000 (14:00 +0300)
Because of it is deprecated and also isn't actually needed.

Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
src/mptcp-internal.c

index ff197bc751d55a26cdd142a0c7cefe5e90f662df..206cc6d6fc2e2b0255e91f0f650e6d85dcb8de71 100755 (executable)
@@ -1,5 +1,4 @@
 #include <glib.h>
-#include <sys/sysctl.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>