mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Remove redundant #include-s from .h files...
Redundant, because transitively implied. But don't do this for inclusions of Audacity.h or Experimental.h.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#define __AUDACITY_FORMATCLASSIFIER_H_
|
||||
|
||||
#include <vector>
|
||||
#include "../SampleFormat.h"
|
||||
#include "MultiFormatReader.h"
|
||||
#include "SpecPowerMeter.h"
|
||||
|
||||
|
@@ -59,7 +59,6 @@ but little else.
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "../Internat.h"
|
||||
#include "../MemoryX.h"
|
||||
|
||||
#include "ImportRaw.h" // defines TrackHolders
|
||||
|
||||
|
Reference in New Issue
Block a user