mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +02:00
Move #include of Experimental.h upward in two files
This commit is contained in:
parent
96ad9c9b00
commit
ac04a34d42
@ -63,10 +63,10 @@ is time to refresh some aspect of the screen.
|
||||
#include "Audacity.h" // for USE_* macros
|
||||
#include "TrackPanel.h"
|
||||
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
|
||||
#include "Experimental.h"
|
||||
|
||||
#include <wx/setup.h> // for wxUSE_* macros
|
||||
|
||||
#include "AdornedRulerPanel.h"
|
||||
#include "KeyboardCapture.h"
|
||||
#include "Project.h"
|
||||
|
@ -57,11 +57,11 @@ array of Ruler::Label.
|
||||
#include "../Audacity.h"
|
||||
#include "Ruler.h"
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcscreen.h>
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include "../AColor.h"
|
||||
#include "../AllThemeResources.h"
|
||||
#include "../NumberScale.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user