chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd / sd-network / sd-network.c
index c4713feb5d97f3ac47df14baa5e7136e0d7e9e61..297fdac80da17c187fe8fe1f074007a71a5ad2b1 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <unistd.h>
 #include <string.h>
 #include <errno.h>
 #include <sys/inotify.h>
 #include <poll.h>
-#include <net/if.h>
 
 #include "util.h"
 #include "macro.h"
 #include "strv.h"
 #include "fileio.h"
 #include "sd-network.h"
-#include "network-internal.h"
 
 _public_ int sd_network_get_operational_state(char **state) {
         _cleanup_free_ char *s = NULL;