- removed windows.h include from a few files which do not need it anymore.

This commit is contained in:
Christoph Oelckers 2017-11-25 10:58:33 +01:00
commit 87816f811f
4 changed files with 1 additions and 17 deletions

View file

@ -30,11 +30,6 @@
**---------------------------------------------------------------------------
**
*/
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
#include "sndfile_decoder.h"
#include "templates.h"
#include "files.h"