1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 00:19:27 +02:00

Remove spurious windows.h includes.

This commit is contained in:
martynshaw99 2012-12-31 22:12:23 +00:00
parent fb282ad761
commit cdd2ccf594
6 changed files with 0 additions and 20 deletions

View File

@ -16,10 +16,6 @@
*//*******************************************************************/
#ifdef _WIN32
#include <windows.h>
#endif
#include <wx/filefn.h>
#include <wx/filename.h>
#include <wx/stdpaths.h>

View File

@ -19,10 +19,6 @@ The summary is eventually computed and written to a file in a background thread.
#include <float.h>
#include "ODDecodeBlockFile.h"
#ifdef _WIN32
#include <windows.h>
#endif
#include <wx/utils.h>
#include <wx/wxchar.h>
#include <wx/log.h>

View File

@ -17,9 +17,6 @@ The summary is eventually computed and written to a file in a background thread.
*//*******************************************************************/
#include <float.h>
#ifdef _WIN32
#include <windows.h>
#endif
#include "ODPCMAliasBlockFile.h"
#include <wx/file.h>

View File

@ -8,10 +8,6 @@
**********************************************************************/
#ifdef _WIN32
#include <windows.h>
#endif
#include <wx/file.h>
#include <wx/utils.h>
#include <wx/wxchar.h>

View File

@ -57,10 +57,6 @@ to get its definition, rather than rolling our own.
*//*******************************************************************/
#ifdef _WIN32
#include <windows.h>
#endif
#include <wx/filefn.h>
#include <wx/ffile.h>
#include <wx/utils.h>

View File

@ -42,7 +42,6 @@
#if defined(__WXMSW__)
#include <wx/msw/seh.h>
#include <windows.h>
#include <shlwapi.h>
#pragma comment(lib, "shlwapi")
#endif