chiark / gitweb /
remove unused includes
[elogind.git] / src / network / networkd-route.c
index c2d1ffca25444383ac1a42421406746673792de2..7f110a5217f1cdf7cca923b735ca8a3728f3fcad 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <net/if.h>
 
 #include "networkd.h"
 #include "networkd-link.h"
 
-#include "utf8.h"
 #include "util.h"
 #include "conf-parser.h"
-#include "network-internal.h"
 
 int route_new_static(Network *network, unsigned section, Route **ret) {
         _cleanup_route_free_ Route *route = NULL;