mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 06:31:20 +01:00
Consistently use <> not "" in inclusions of wx headers
This commit is contained in:
@@ -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>
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user