X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnet_fdm_mini.hxx;h=e1243756c90bf812f92a853fdcc2fa17fcfcd7b5;hb=a1031b052dd40ca3a4ea68dcd7f572b7d9e4bb24;hp=cf91b0c1b356369ed4fad736dc550114e1022f6c;hpb=fad67bda100f7fb85e7641ded00450e1592769da;p=flightgear.git diff --git a/src/Network/net_fdm_mini.hxx b/src/Network/net_fdm_mini.hxx index cf91b0c1b..e1243756c 100644 --- a/src/Network/net_fdm_mini.hxx +++ b/src/Network/net_fdm_mini.hxx @@ -17,7 +17,7 @@ # error This library requires C++ #endif -#include +#include // NOTE: this file defines an external interface structure. Due to // variability between platforms and architectures, we only used fixed @@ -25,10 +25,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_FDM_MINI_VERSION = 2;