mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -22,9 +22,10 @@ channel. This collection of functions fills that gap.
|
||||
*//*********************************************************************/
|
||||
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <wx/image.h>
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "ImageManipulation.h"
|
||||
#include "AllThemeResources.h"
|
||||
#include "Theme.h"
|
||||
|
Reference in New Issue
Block a user