mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-10 21:50:29 +01:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -32,10 +32,11 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cfloat>
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Experimental.h"
|
||||
#include "ControlToolBar.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user