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

Remove wx/dialog.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 17:09:57 -05:00
parent 4d29686116
commit d28ae40399
17 changed files with 2 additions and 20 deletions

View File

@@ -14,7 +14,6 @@
#include "../MemoryX.h"
#include <vector>
#include <wx/defs.h>
#include <wx/dialog.h>
#include <wx/dragimag.h> // use macros and typedefs in this header
#include <wx/panel.h>
#include <wx/timer.h>

View File

@@ -11,7 +11,7 @@
#include "../MemoryX.h"
#include <wx/panel.h>
#include <wx/dialog.h>
#include <wx/dialog.h> // to inherit
#include "../Internat.h"