1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

Add (redundant) #include "Experimental.h" in all .cpp files using the symbols

This commit is contained in:
Paul Licameli
2015-08-31 15:50:50 -04:00
parent 1278b9644a
commit 9c483e2e86
37 changed files with 68 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ count down so that we track how many times the event happens.
#include <wx/stopwatch.h>
#include "Diags.h"
#include "Experimental.h"
static wxStopWatch MasterWatch;
static bool bStopWatchStarted = false;