aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backup.cpp2
-rw-r--r--src/restore.cpp7
2 files changed, 0 insertions, 9 deletions
diff --git a/src/backup.cpp b/src/backup.cpp
index 6231b5f..1be5fc8 100644
--- a/src/backup.cpp
+++ b/src/backup.cpp
@@ -27,8 +27,6 @@
#include "backup.h"
#include <fstream>
-#include <inttypes.h>
-#include <stdlib.h>
#include <string.h>
typedef struct {
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>