]> git.lyx.org Git - features.git/blobdiff - src/CmdDef.cpp
'using namespace std' instead of 'using std::xxx'
[features.git] / src / CmdDef.cpp
index aac8ac3c1d1a7b86effd9161efab11550d93c072..b05d726a18fb8304a03be8ee7466690f95d0e6e3 100644 (file)
@@ -22,8 +22,7 @@
 #include <ostream>
 #include <string>
 
-using std::endl;
-using std::string;
+using namespace std;
 
 namespace lyx {