mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +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:
@@ -14,7 +14,7 @@
|
||||
#ifndef __AUDACITY_COLOR__
|
||||
#define __AUDACITY_COLOR__
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <memory>
|
||||
#include <wx/brush.h> // member variable
|
||||
#include <wx/pen.h> // member variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user