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

Remove wx/{checklst,wfstream,version,variant,types}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 17:32:06 -05:00
parent 34f318cd41
commit 77f747daeb
7 changed files with 8 additions and 8 deletions

View File

@@ -17,8 +17,9 @@
#define __COMMANDMISC__
#include <map>
#include <wx/variant.h>
#include "Validators.h"
class wxVariant;
class OldStyleCommandType;
// Map from parameter name to the value of the parameter

View File

@@ -47,6 +47,8 @@ class wxArrayString;
#include "../MemoryX.h"
#include <wx/variant.h> // member variable
class Validator /* not final */
{
private: