diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-18 14:40:45 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-18 14:43:47 +0100 |
| commit | baf15215f5b99492ff0d9f374e9ec4c5481a4b41 (patch) | |
| tree | e60ae4401f4deab3de9e77f1fd7054098816290e /src | |
| parent | cbf5629a2cfde155924d2a173111cc473f30b693 (diff) | |
Remove unused includes
Diffstat (limited to 'src')
| -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> |
