1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 22:43:01 +02:00

Fix #include paths

This commit is contained in:
Paul Licameli
2019-06-24 12:41:25 -04:00
parent 433e2cf660
commit 1d6ff11fec
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public:
virtual ~TrackControls() = 0; virtual ~TrackControls() = 0;
}; };
#include "AttachedVirtualFunction.h" #include "../../AttachedVirtualFunction.h"
struct DoGetControlsTag; struct DoGetControlsTag;

View File

@@ -93,7 +93,7 @@ private:
int mHeight{ DefaultHeight }; int mHeight{ DefaultHeight };
}; };
#include "AttachedVirtualFunction.h" #include "../../AttachedVirtualFunction.h"
struct DoGetViewTag; struct DoGetViewTag;