Skip to content

Commit

Permalink
Removes unnecessary includes that might not exist on an embedded comp…
Browse files Browse the repository at this point in the history
…iler.
  • Loading branch information
balazsracz committed May 28, 2024
1 parent 7772223 commit b15b4d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/utils/ClientConnection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

#include "utils/ClientConnection.hxx"

#include "netinet/in.h"
#include "netinet/tcp.h"
#include "nmranet_config.h"

#include "utils/FdUtils.hxx"
Expand Down
1 change: 0 additions & 1 deletion src/utils/GcTcpHub.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "utils/GcTcpHub.hxx"

#include <memory>
#include <sys/socket.h>

#include "nmranet_config.h"
#include "utils/GridConnectHub.hxx"
Expand Down

0 comments on commit b15b4d1

Please sign in to comment.