mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Remove unnecessary #include-s from .cpp files...
... Unnecessary because transitively included. But each .cpp file still includes its own .h file near the top to ensure that it compiles indenendently, even if it is reincluded transitively later.
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include "widgets/ErrorDialog.h"
|
||||
|
||||
#include "TrackPanelDrawingContext.h"
|
||||
#include "Internat.h"
|
||||
|
||||
// Globals, so that we remember settings from session to session
|
||||
wxPrintData &gPrintData()
|
||||
|
Reference in New Issue
Block a user