]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/texparser.C
Removed all redundant using directives from the source.
[lyx.git] / src / tex2lyx / texparser.C
index c93a4379015182e3b85102c8255bd8941e188653..e5612667d2ce3a2a8f1283c349ba545f6c5baf16 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author André Pönitz
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 using std::cerr;
 using std::endl;
 using std::fill;
-using std::ios;
 using std::istream;
 using std::istringstream;
 using std::ostream;
 using std::string;
-using std::vector;
 
 
 namespace {