diff options
-rw-r--r-- | src/tools/g2/clib.c | 1 | ||||
-rw-r--r-- | src/tools/g2/cpel.c | 1 | ||||
-rw-r--r-- | src/tools/g2/events.c | 1 | ||||
-rw-r--r-- | src/tools/perftool/c2cpel.c | 1 | ||||
-rw-r--r-- | src/tools/perftool/cpel_util.c | 1 | ||||
-rw-r--r-- | src/tools/perftool/cpelatency.c | 1 | ||||
-rw-r--r-- | src/tools/perftool/cpeldump.c | 1 | ||||
-rw-r--r-- | src/tools/perftool/cpelinreg.c | 1 | ||||
-rw-r--r-- | src/tools/perftool/cpelstate.c | 1 | ||||
-rw-r--r-- | src/vcl/vppcom.h | 4 | ||||
-rw-r--r-- | src/vlib/physmem.c | 2 | ||||
-rw-r--r-- | src/vppinfra/mpcap.c | 2 | ||||
-rw-r--r-- | src/vppinfra/pcap.c | 2 |
13 files changed, 5 insertions, 14 deletions
diff --git a/src/tools/g2/clib.c b/src/tools/g2/clib.c index 3cfc2637673..bb1f2026a43 100644 --- a/src/tools/g2/clib.c +++ b/src/tools/g2/clib.c @@ -21,7 +21,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/g2/cpel.c b/src/tools/g2/cpel.c index 8bcc91e674e..0d1873431b7 100644 --- a/src/tools/g2/cpel.c +++ b/src/tools/g2/cpel.c @@ -21,7 +21,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/g2/events.c b/src/tools/g2/events.c index 09054b71324..ef85c208b3c 100644 --- a/src/tools/g2/events.c +++ b/src/tools/g2/events.c @@ -17,7 +17,6 @@ #include <stdlib.h> #include <unistd.h> #include <sys/stat.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <arpa/inet.h> #include <stdio.h> diff --git a/src/tools/perftool/c2cpel.c b/src/tools/perftool/c2cpel.c index 72049054ae1..b02c506bd59 100644 --- a/src/tools/perftool/c2cpel.c +++ b/src/tools/perftool/c2cpel.c @@ -20,7 +20,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/perftool/cpel_util.c b/src/tools/perftool/cpel_util.c index 4dc1eaf3256..9667f080919 100644 --- a/src/tools/perftool/cpel_util.c +++ b/src/tools/perftool/cpel_util.c @@ -20,7 +20,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/perftool/cpelatency.c b/src/tools/perftool/cpelatency.c index 7b87d606cda..6a3d4f79b8a 100644 --- a/src/tools/perftool/cpelatency.c +++ b/src/tools/perftool/cpelatency.c @@ -21,7 +21,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/perftool/cpeldump.c b/src/tools/perftool/cpeldump.c index be0a70df24e..1ccfd6a91df 100644 --- a/src/tools/perftool/cpeldump.c +++ b/src/tools/perftool/cpeldump.c @@ -21,7 +21,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/perftool/cpelinreg.c b/src/tools/perftool/cpelinreg.c index 44399904237..007e727d1bf 100644 --- a/src/tools/perftool/cpelinreg.c +++ b/src/tools/perftool/cpelinreg.c @@ -27,7 +27,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/tools/perftool/cpelstate.c b/src/tools/perftool/cpelstate.c index 3fd9ccb9c79..78d9c9752fd 100644 --- a/src/tools/perftool/cpelstate.c +++ b/src/tools/perftool/cpelstate.c @@ -21,7 +21,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <ctype.h> diff --git a/src/vcl/vppcom.h b/src/vcl/vppcom.h index c9f7b8b9403..81a6634a8a3 100644 --- a/src/vcl/vppcom.h +++ b/src/vcl/vppcom.h @@ -18,8 +18,8 @@ #include <netdb.h> #include <errno.h> -#include <sys/fcntl.h> -#include <sys/poll.h> +#include <fcntl.h> +#include <poll.h> #include <sys/epoll.h> /* *INDENT-OFF* */ diff --git a/src/vlib/physmem.c b/src/vlib/physmem.c index 76f8494b331..0abfe7ece56 100644 --- a/src/vlib/physmem.c +++ b/src/vlib/physmem.c @@ -17,7 +17,7 @@ #include <sys/types.h> #include <sys/mount.h> #include <sys/mman.h> -#include <sys/fcntl.h> +#include <fcntl.h> #include <sys/stat.h> #include <unistd.h> diff --git a/src/vppinfra/mpcap.c b/src/vppinfra/mpcap.c index 8389a7fd2d7..d8e36c29fbd 100644 --- a/src/vppinfra/mpcap.c +++ b/src/vppinfra/mpcap.c @@ -13,7 +13,7 @@ * limitations under the License. */ -#include <sys/fcntl.h> +#include <fcntl.h> #include <vppinfra/mpcap.h> /* diff --git a/src/vppinfra/pcap.c b/src/vppinfra/pcap.c index 4f8b6bb429c..23bb463835b 100644 --- a/src/vppinfra/pcap.c +++ b/src/vppinfra/pcap.c @@ -37,7 +37,7 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include <sys/fcntl.h> +#include <fcntl.h> #include <vppinfra/pcap.h> /** |