1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 22:51:23 +01: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:
Paul Licameli
2019-05-16 14:15:05 -04:00
parent 56f51d8176
commit 548192fcf3
99 changed files with 3 additions and 142 deletions

View File

@@ -11,7 +11,6 @@
#ifndef __AUDACITY_FREQ_WINDOW__
#define __AUDACITY_FREQ_WINDOW__
#include "MemoryX.h"
#include <vector>
#include <wx/font.h> // member variable
#include <wx/statusbr.h> // to inherit