1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00

Remove wx/stattext.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 16:41:45 -05:00
parent cfde442bcd
commit b8aea73c91
40 changed files with 36 additions and 21 deletions

View File

@@ -11,13 +11,14 @@
#ifndef __AUDACITY_DIRECTORIES_PREFS__
#define __AUDACITY_DIRECTORIES_PREFS__
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include "PrefsPanel.h"
class ShuttleGui;
class wxStaticText;
class DirectoriesPrefs final : public PrefsPanel
{
public:

View File

@@ -30,6 +30,7 @@ KeyConfigPrefs and MousePrefs use.
#include <wx/filedlg.h>
#include <wx/menu.h>
#include <wx/button.h>
#include <wx/stattext.h>
#include "../Prefs.h"
#include "../Project.h"

View File

@@ -23,6 +23,7 @@ MP3 and FFmpeg encoding libraries.
#include <wx/defs.h>
#include <wx/button.h>
#include <wx/stattext.h>
#include "../FFmpeg.h"
#include "../ShuttleGui.h"

View File

@@ -15,11 +15,11 @@
#include <wx/defs.h>
#include <wx/stattext.h>
#include <wx/window.h>
#include "PrefsPanel.h"
class wxStaticText;
class ShuttleGui;
class LibraryPrefs final : public PrefsPanel