mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Consistently use <> not "" in inclusions of wx headers
This commit is contained in:
parent
875f38cfa5
commit
a0d9e31c42
@ -22,7 +22,7 @@
|
||||
|
||||
#include <chrono>
|
||||
#include <vector>
|
||||
#include "wx/wx.h"
|
||||
#include <wx/wx.h>
|
||||
|
||||
#if defined(EXPERIMENTAL_DEVICE_CHANGE_HANDLER)
|
||||
#include "DeviceChange.h"
|
||||
|
@ -70,7 +70,7 @@ static bool TranslationExists(const FilePaths &audacityPathList, wxString code)
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#include <CoreFoundation/CFLocale.h>
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
#include <wx/osx/core/cfstring.h>
|
||||
#endif
|
||||
|
||||
wxString GetSystemLanguageCode()
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include <wx/defs.h>
|
||||
|
||||
void OpenScreenshotTools();
|
||||
void CloseScreenshotTools();
|
||||
|
@ -31,11 +31,11 @@ flicker-free use.
|
||||
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include "wx/defs.h"
|
||||
#include "wx/dc.h"
|
||||
#include "wx/event.h"
|
||||
#include "wx/gdicmn.h"
|
||||
#include "wx/window.h"
|
||||
#include <wx/defs.h>
|
||||
#include <wx/dc.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/gdicmn.h>
|
||||
#include <wx/window.h>
|
||||
#include <wx/statbmp.h>
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user