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

Remove wx/{treebook,textbuf,srchctrl,socket}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-15 18:05:46 -05:00
parent 71d94c9cb5
commit 5e2b8cd825
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,6 @@
#include <wx/dir.h>
#include <wx/docview.h>
#include <wx/snglinst.h>
#include <wx/socket.h>
#include <wx/timer.h>
#include "widgets/FileHistory.h"
@@ -34,6 +33,9 @@
#include <wx/debugrpt.h>
#endif
class wxSocketEvent;
class wxSocketServer;
class IPCServ;
class Importer;
class CommandHandler;