Skip to content

Commit

Permalink
Fix delete of incomplete type in BackupAccountControl.h
Browse files Browse the repository at this point in the history
This has been flagged up by MSVC for some time. I've been unable to make GCC or
Clang do so.
  • Loading branch information
qris committed Jul 23, 2017
1 parent 54fdca9 commit 54a1d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/backupstore/BackupAccountControl.h
Expand Up @@ -16,12 +16,11 @@
#include "BackupFileSystem.h"
#include "NamedLock.h"
#include "S3Client.h"
#include "UnixUser.h"

class BackupStoreDirectory;
class BackupStoreInfo;
class Configuration;
class NamedLock;
class UnixUser;

class BackupAccountControl
{
Expand Down

0 comments on commit 54a1d8a

Please sign in to comment.