]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_gui.hxx
Merge branch 'next' into durk-atc
[flightgear.git] / src / Network / net_gui.hxx
index 0c94d6ffc2c2feccc1c51180bf41b05c8cfb7791..1025d6acc07d603450a91fb092a625efcb129e94 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _NET_GUI_HXX
 #define _NET_GUI_HXX
 
-#include <simgear/compiler.h>
+#include <simgear/misc/stdint.hxx>
 
 // 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 <stdint.h>
-#endif
 
 const uint32_t FG_NET_GUI_VERSION = 7;