1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Include Audacity.h in all files that test config USE_ macros...

... except Experimental.h, but see preceding commit.

This is especially important in the header files.

Be sure there are no quiet changes of meaning when a header file is included
in a different context, not having seen Audacity.h.  Rather include Audacity.h
even if redundantly.

Also, in some header files, move more inside the include-guard #ifdef-#endif
pair.
This commit is contained in:
Paul Licameli
2019-03-22 11:01:05 -04:00
parent 7cd6664f7b
commit adcb93512c
11 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#include "../Audacity.h" // for USE_* macros
#include "../AdornedRulerPanel.h"
#include "../AudacityApp.h" // for EVT_CLIPBOARD_CHANGE
#include "../LabelTrack.h"