mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 07:06:33 +01:00
Include nothing before Audacity.h, as comments say we should...
... and remove some duplicated inclusions
This commit is contained in:
@@ -11,11 +11,12 @@
|
||||
#ifndef __AUDACITY_FILE_FORMATS__
|
||||
#define __AUDACITY_FILE_FORMATS__
|
||||
|
||||
#include "Audacity.h"
|
||||
|
||||
#include <wx/list.h>
|
||||
#include <wx/arrstr.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "audacity/Types.h"
|
||||
|
||||
#include "sndfile.h"
|
||||
|
||||
Reference in New Issue
Block a user