aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2025-01-18 14:40:45 +0100
committerJán Sučan <jan@jansucan.com>2025-01-18 14:43:47 +0100
commitbaf15215f5b99492ff0d9f374e9ec4c5481a4b41 (patch)
treee60ae4401f4deab3de9e77f1fd7054098816290e
parentcbf5629a2cfde155924d2a173111cc473f30b693 (diff)
Remove unused includes
-rw-r--r--src/main.cpp1
-rw-r--r--src/restore.cpp1
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>