summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreFile.h')
-rw-r--r--lib/backupstore/BackupStoreFile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreFile.h b/lib/backupstore/BackupStoreFile.h
index f5bc1924..b390320e 100644
--- a/lib/backupstore/BackupStoreFile.h
+++ b/lib/backupstore/BackupStoreFile.h
@@ -18,7 +18,6 @@
#include "BackupStoreFilename.h"
#include "IOStream.h"
#include "ReadLoggingStream.h"
-#include "RunStatusProvider.h"
typedef struct
{
@@ -27,6 +26,8 @@ typedef struct
int64_t mTotalFileStreamSize;
} BackupStoreFileStats;
+class RunStatusProvider;
+
// Uncomment to disable backwards compatibility
//#define BOX_DISABLE_BACKWARDS_COMPATIBILITY_BACKUPSTOREFILE