From: Arvin Schnell Date: Tue, 28 Nov 2023 08:39:39 +0000 (+0100) Subject: - coding style X-Git-Tag: v0.10.7~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F854%2Fhead;p=thirdparty%2Fsnapper.git - coding style --- diff --git a/snapper/PluginsImpl.h b/snapper/PluginsImpl.h index 5c315c1e..fff5eddd 100644 --- a/snapper/PluginsImpl.h +++ b/snapper/PluginsImpl.h @@ -30,7 +30,7 @@ namespace snapper { - using namespace std; + using std::string; class Filesystem; diff --git a/snapper/Snapshot.cc b/snapper/Snapshot.cc index 7092a5d1..68cd2146 100644 --- a/snapper/Snapshot.cc +++ b/snapper/Snapshot.cc @@ -50,6 +50,7 @@ namespace snapper { using std::list; + using std::regex; std::ostream& operator<<(std::ostream& s, const Snapshot& snapshot)