# HG changeset patch # User diego # Date 1364050096 0 # Node ID 2211ce940290ac1d5127d71c2ff1eeca71eb49ea # Parent 691431d2289e3dac382752cc50b41cce5d00c98d loader: Simplify stdint.h #include handling. There is no need for an ifdef, we assume stdint.h to be available. diff -r 691431d2289e -r 2211ce940290 loader/com.h --- a/loader/com.h Sat Mar 23 14:32:26 2013 +0000 +++ b/loader/com.h Sat Mar 23 14:48:16 2013 +0000 @@ -6,13 +6,9 @@ #ifndef MPLAYER_COM_H #define MPLAYER_COM_H -#include "config.h" +#include -#ifdef HAVE_STDINT_H -#include -#else -#include -#endif +#include "config.h" /** * Internal functions and structures for COM emulation code.