]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_ctrls.hxx
allow to trigger widgets via accelerator key, which is defined via "keynum"
[flightgear.git] / src / Network / net_ctrls.hxx
index ba304379f810e33dc299c658d4d4aa08881d5da7..f09c0ade66ee93398a914a6676a6a60f7b59d548 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _NET_CTRLS_HXX
 #define _NET_CTRLS_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
 // 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_CTRLS_VERSION = 26;