mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Apply Paul L's suggestion to simplify compilation.
This commit is contained in:
parent
793c42dcce
commit
cc0b4789a8
@ -77,6 +77,7 @@ array of Ruler::Label.
|
||||
#include "../TrackPanel.h"
|
||||
#include "../Menus.h"
|
||||
#include "../Prefs.h"
|
||||
#include "../Snap.h"
|
||||
|
||||
#define max(a,b) ( (a<b)?b:a )
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
#include <wx/window.h>
|
||||
#include "../Envelope.h"
|
||||
#include "../Experimental.h"
|
||||
#include "../Snap.h"
|
||||
|
||||
struct ViewInfo;
|
||||
class AudacityProject;
|
||||
class TimeTrack;
|
||||
class SnapManager;
|
||||
|
||||
class AUDACITY_DLL_API Ruler {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user