diff options
Diffstat (limited to 'Source/Core/Common/TraversalServer.cpp')
| -rw-r--r-- | Source/Core/Common/TraversalServer.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Core/Common/TraversalServer.cpp b/Source/Core/Common/TraversalServer.cpp index 3d449256d1..0a9b6c0d0b 100644 --- a/Source/Core/Common/TraversalServer.cpp +++ b/Source/Core/Common/TraversalServer.cpp @@ -7,18 +7,14 @@ #include <cstdio> #include <cstdlib> #include <cstring> -#include <fcntl.h> #include <netinet/in.h> #include <sys/select.h> #include <sys/socket.h> -#include <sys/types.h> #include <tuple> -#include <unistd.h> #include <unordered_map> -#include <utility> #include <vector> -#include <fmt/format.h> +#include <fmt/base.h> #ifdef HAVE_LIBSYSTEMD #include <systemd/sd-daemon.h> |
