mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
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:
@@ -23,8 +23,8 @@
|
|||||||
#include <wx/sizer.h>
|
#include <wx/sizer.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "SelectionBarListener.h"
|
|
||||||
#include "TimeToolBar.h"
|
#include "TimeToolBar.h"
|
||||||
|
#include "SelectionBarListener.h"
|
||||||
#include "ToolManager.h"
|
#include "ToolManager.h"
|
||||||
|
|
||||||
#include "../AudioIO.h"
|
#include "../AudioIO.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user