Move an #include ...

... obey the rule that each .cpp file includes the corresponding .h file before
any other except Audacity.h
This commit is contained in:
Paul Licameli 2020-05-31 10:33:35 -04:00
parent 9d5befc196
commit 223ac3b644

View File

@ -23,8 +23,8 @@
#include <wx/sizer.h>
#endif
#include "SelectionBarListener.h"
#include "TimeToolBar.h"
#include "SelectionBarListener.h"
#include "ToolManager.h"
#include "../AudioIO.h"