X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_socket_udp.cxx;h=2d2971540f3b698538347154759044a7930995fb;hb=e3d1fa268686f1d8b621241963665c2919a35aa2;hp=97f0d8e00875cc1d5b60fca12d32596b1935758a;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/io/sg_socket_udp.cxx b/simgear/io/sg_socket_udp.cxx index 97f0d8e0..2d297154 100644 --- a/simgear/io/sg_socket_udp.cxx +++ b/simgear/io/sg_socket_udp.cxx @@ -26,14 +26,12 @@ #include -#if defined( sgi ) -#include -#endif - #include #include "sg_socket_udp.hxx" +#include +#include // for atoi SGSocketUDP::SGSocketUDP( const string& host, const string& port ) : hostname(host),