1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 05:07:53 +01:00

Remove some unnecessary #include directives

This commit is contained in:
Paul Licameli
2019-05-15 14:05:19 -04:00
parent eeb290aeb6
commit f6adeed47b
47 changed files with 40 additions and 66 deletions

View File

@@ -32,10 +32,8 @@
#include <wx/intl.h>
#include "WaveTrack.h"
#include "DirManager.h"
#include "Internat.h"
#include "Prefs.h"
#include "Project.h"
#include "Resample.h"
#include "TimeTrack.h"
#include "float_cast.h"