]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- removed unneeded includes 1099/head
authorArvin Schnell <aschnell@suse.de>
Thu, 29 Jan 2026 13:28:38 +0000 (14:28 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 29 Jan 2026 13:28:38 +0000 (14:28 +0100)
server/MetaSnapper.h
snapper/Snapshot.cc

index b3f9ce55b4dadb4bcafd87bace991e11e125273b..1e0231f9e8f9776623978d52eea61364cdfa2c15 100644 (file)
@@ -25,8 +25,6 @@
 #define SNAPPER_META_SNAPPER_H
 
 
-#include <boost/thread.hpp>
-
 #include <snapper/Snapper.h>
 
 #include "RefCounter.h"
index dde63b404b3e0d13cf0a13b91d99d1296a118d0a..c71b4f0a224af78813cebf70e524ec422efb3b01 100644 (file)
@@ -29,7 +29,6 @@
 #include <cerrno>
 #include <cstring>
 #include <regex>
-#include <boost/algorithm/string.hpp>
 
 #include "snapper/Snapshot.h"
 #include "snapper/Snapper.h"