aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent11740824156e292bd1af4fb93329df94ca2f2c6c (diff)
Remove unnecessary includes
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>