1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-30 19:15:48 +02:00

Move #include of Experimental.h upward in two files

This commit is contained in:
Paul Licameli
2019-06-02 14:03:32 -04:00
parent 96ad9c9b00
commit ac04a34d42
2 changed files with 4 additions and 4 deletions

View File

@@ -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"