style(3p/nix): Remove 'using std::*' from xml-writer.hh

See previous commit for more details on why.
This commit is contained in:
Vincent Ambo 2020-05-24 23:06:45 +01:00
parent 838f86b0fd
commit f5aaa12f1d
2 changed files with 3 additions and 7 deletions

View file

@ -7,11 +7,7 @@
namespace nix {
using std::list;
using std::map;
using std::string;
typedef map<std::string, std::string> XMLAttrs;
typedef std::map<std::string, std::string> XMLAttrs;
class XMLWriter {
private: