mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Fix #include directives
This commit is contained in:
parent
2947a43181
commit
8eb39cd606
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include "import/ImportRaw.h" // defines TrackHolders
|
#include "import/ImportRaw.h" // defines TrackHolders
|
||||||
|
|
||||||
#include <xml/XMLTagHandler.h> // to inherit
|
#include "xml/XMLTagHandler.h" // to inherit
|
||||||
|
|
||||||
const int AudacityProjectTimerID = 5200;
|
const int AudacityProjectTimerID = 5200;
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ Paul Licameli split from TrackPanel.cpp
|
|||||||
#ifndef __AUDACITY_BACKGROUND_CELL__
|
#ifndef __AUDACITY_BACKGROUND_CELL__
|
||||||
#define __AUDACITY_BACKGROUND_CELL__
|
#define __AUDACITY_BACKGROUND_CELL__
|
||||||
|
|
||||||
#include "ClientData.h"
|
#include "../../ClientData.h"
|
||||||
#include "CommonTrackPanelCell.h"
|
#include "CommonTrackPanelCell.h"
|
||||||
|
|
||||||
class AudacityProject;
|
class AudacityProject;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user