mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
remove doubles include
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "configure_network.h"
|
||||
#include "libnet.h" /* netGetNameserver, netSetNameserver */
|
||||
#include "network_interfaces.h" /* getInetAttributes, setInetAttributes */
|
||||
#include <lib/libnet/libnet.h> /* netGetNameserver, netSetNameserver */
|
||||
#include <lib/libnet/network_interfaces.h> /* getInetAttributes, setInetAttributes */
|
||||
#include <stdlib.h> /* system */
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
Reference in New Issue
Block a user