X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnet_gui.hxx;h=1025d6acc07d603450a91fb092a625efcb129e94;hb=49677f512b8edaaf22c76761dbbf9c0850c79aad;hp=0c94d6ffc2c2feccc1c51180bf41b05c8cfb7791;hpb=fad67bda100f7fb85e7641ded00450e1592769da;p=flightgear.git diff --git a/src/Network/net_gui.hxx b/src/Network/net_gui.hxx index 0c94d6ffc..1025d6acc 100644 --- a/src/Network/net_gui.hxx +++ b/src/Network/net_gui.hxx @@ -11,7 +11,7 @@ #ifndef _NET_GUI_HXX #define _NET_GUI_HXX -#include +#include // NOTE: this file defines an external interface structure. Due to // variability between platforms and architectures, we only used fixed @@ -19,9 +19,6 @@ // I am not aware of any platforms that don't use 4 bytes for float // and 8 bytes for double. -#ifdef HAVE_STDINT_H -# include -#endif const uint32_t FG_NET_GUI_VERSION = 7;