1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 00:30:07 +02:00

Apply Paul L's suggestion to simplify compilation.

This commit is contained in:
Steve Daulton 2015-04-19 23:35:51 +01:00
parent 793c42dcce
commit cc0b4789a8
2 changed files with 2 additions and 1 deletions

View File

@ -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 )

View File

@ -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: