aboutsummaryrefslogtreecommitdiff
path: root/src/restore.cpp
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-03-31 13:49:56 +0200
committerJán Sučan <jan@jansucan.com>2024-04-07 15:01:38 +0200
commitd0a4e64c034f2e26dba0b1639ce0187e49847441 (patch)
tree8d9a92c769671b2118d7b32fc4303ff89c53e0b5 /src/restore.cpp
parent11740824156e292bd1af4fb93329df94ca2f2c6c (diff)
Remove unnecessary includes
Diffstat (limited to 'src/restore.cpp')
-rw-r--r--src/restore.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/restore.cpp b/src/restore.cpp
index d159e61..3f5f4cf 100644
--- a/src/restore.cpp
+++ b/src/restore.cpp
@@ -26,13 +26,6 @@
#include "restore.h"
-#include <errno.h>
-#include <stdbool.h>
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
#include <filesystem>
#include <fstream>
#include <iostream>