]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- coding style 854/head
authorArvin Schnell <aschnell@suse.de>
Tue, 28 Nov 2023 08:39:39 +0000 (09:39 +0100)
committerArvin Schnell <aschnell@suse.de>
Tue, 28 Nov 2023 08:39:39 +0000 (09:39 +0100)
snapper/PluginsImpl.h
snapper/Snapshot.cc

index 5c315c1e6b7f6860ee0bc284fb5b885633307191..fff5eddd570395b4646d39085feb256a058a9425 100644 (file)
@@ -30,7 +30,7 @@
 
 namespace snapper
 {
-    using namespace std;
+    using std::string;
 
 
     class Filesystem;
index 7092a5d1ae0c9f79f08578588632197ba65fd4e4..68cd21468eb8b7d1decb471cfc586769a7b6a0d0 100644 (file)
@@ -50,6 +50,7 @@
 namespace snapper
 {
     using std::list;
+    using std::regex;
 
 
     std::ostream& operator<<(std::ostream& s, const Snapshot& snapshot)