diff options
| -rw-r--r-- | src/main.cpp | 1 | ||||
| -rw-r--r-- | src/restore.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9b74c08..499140f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,6 @@ */ #include "backup.h" -#include "buffered_file.h" #include "options.h" #include "restore.h" diff --git a/src/restore.cpp b/src/restore.cpp index a747d16..f0c4c9e 100644 --- a/src/restore.cpp +++ b/src/restore.cpp @@ -25,7 +25,6 @@ */ #include "restore.h" -#include "buffered_file.h" #include "format_v2.h" #include <filesystem> |
