]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- tiny cleanup 1037/head
authorArvin Schnell <aschnell@suse.de>
Thu, 24 Jul 2025 13:35:59 +0000 (15:35 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 24 Jul 2025 13:35:59 +0000 (15:35 +0200)
snapper/AsciiFile.h
snapper/Compare.h
snapper/XAttributes.h

index 08f50688882db83dddf3b9524a528f812d9a7b4a..44faa5a5ba6326cd51332ba17f8027a1d42f0844 100644 (file)
@@ -156,7 +156,7 @@ namespace snapper
        SysconfigFile(const string& name);
 
        /**
-        * Calls save(). Exceptions from save are ignored. Use save() explicitly in
+        * Calls save(). Exceptions from save are ignored. Use save() explicitly if
         * needed.
         */
        virtual ~SysconfigFile();
index 0b56c85a1bb80bde504a7a60630e002201070e53..1cf137342a0bb5b4b5fc425bcb182a77ff9066d5 100644 (file)
@@ -25,7 +25,6 @@
 
 
 #include <string>
-#include <vector>
 #include <functional>
 
 #include "snapper/FileUtils.h"
index 434b4d98aaba06816512149c300048534e0729ba..fa58f3127341e7ebf6cf73a5966c5589c8d9b687 100644 (file)
@@ -22,7 +22,7 @@
 #define SNAPPER_XATTRIBUTES_H
 
 
-#include <stdint.h>
+#include <cstdint>
 #include <map>
 #include <vector>
 #include <string>