]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- cleanup 1038/head
authorArvin Schnell <aschnell@suse.de>
Thu, 24 Jul 2025 16:38:11 +0000 (18:38 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 24 Jul 2025 16:38:11 +0000 (18:38 +0200)
server/Client.cc
server/MetaSnapper.cc
snapper/Btrfs.cc

index abcefbe415cc65ceca303ec7c64daaba0930ee78..749fc503531746ece503488e7f0b6ff1df344bfe 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <snapper/LoggerImpl.h>
 #include <snapper/SnapperTmpl.h>
-#include <snapper/AsciiFile.h>
 #include <snapper/Version.h>
 #include <dbus/DBusMessage.h>
 #include <dbus/DBusConnection.h>
index 86d0d0a8a2baa7fed560ea35bcbb42231da9ca43..865c81fa76bf3c6b1b2e3ba0e12604d5036cc91a 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <cstring>
 #include <sys/types.h>
-#include <boost/algorithm/string.hpp>
 
 #include <snapper/LoggerImpl.h>
 #include <snapper/AppUtil.h>
index 75f2295c143c76c2ac4c1904796a01d9e7daa06e..71029394e497aa0350679f962e24658df3a64c94 100644 (file)
@@ -41,7 +41,6 @@
 #include <btrfs/send.h>
 #include <btrfs/send-stream.h>
 #include <btrfs/send-utils.h>
-#include <boost/version.hpp>
 #include <boost/thread.hpp>
 #endif
 #include <regex>