diff --git a/src/suunto_eonsteel_parser.c b/src/suunto_eonsteel_parser.c index 11198fe..6633514 100644 --- a/src/suunto_eonsteel_parser.c +++ b/src/suunto_eonsteel_parser.c @@ -21,16 +21,8 @@ #include #include -#include #include #include -#include - -/* Wow. MSC is truly crap */ -#ifdef _MSC_VER -#define snprintf _snprintf -#define vsnprintf _vsnprintf -#endif #include "suunto_eonsteel.h" #include "context-private.h"