1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +01:00

Can't remove remaining wx headers from other headers, comment that

This commit is contained in:
Paul Licameli
2018-11-14 11:48:46 -05:00
parent 6a973f6700
commit 4714d72b3f
33 changed files with 40 additions and 40 deletions

View File

@@ -21,14 +21,14 @@
#include "MemoryX.h"
#include <wx/app.h> // to inherit
#include <wx/dir.h>
#include <wx/timer.h>
#include <wx/dir.h> // for wxDIR_FILES
#include <wx/timer.h> // member variable
#include "widgets/FileHistory.h"
#include "ondemand/ODTaskThread.h"
#if defined(EXPERIMENTAL_CRASH_REPORT)
#include <wx/debugrpt.h>
#include <wx/debugrpt.h> // for wxDebugReport::Context
#endif
class wxSingleInstanceChecker;