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:
@@ -1,3 +1,4 @@
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "../AdornedRulerPanel.h"
|
||||
#include "../AudacityApp.h" // for EVT_CLIPBOARD_CHANGE
|
||||
#include "../LabelTrack.h"
|
||||
|
Reference in New Issue
Block a user