]> git.lyx.org Git - features.git/commitdiff
remove unused stuff
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 29 Nov 2006 21:34:24 +0000 (21:34 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 29 Nov 2006 21:34:24 +0000 (21:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16109 a592a061-630c-0410-9148-cb99ea01b6c8

src/buffer.C
src/lyxlex_pimpl.h
src/output_plaintext.C
src/tex2lyx/table.C

index 992d61a846c9c464313472fc06a10b4b8b403b53..e491ab52516416a76a5da0857d0785016943bf01 100644 (file)
@@ -130,7 +130,6 @@ using std::endl;
 using std::for_each;
 using std::make_pair;
 
-using std::ifstream;
 using std::ios;
 using std::map;
 using std::ostream;
index eb282ef15f5f80278379627137370f9e62049d13..c844fb4c1ca56d4a3baecdd5d44d1032e8250c4d 100644 (file)
@@ -23,7 +23,6 @@ namespace io = boost::iostreams;
 
 #include <boost/utility.hpp>
 
-#include <fstream>
 #include <istream>
 #include <stack>
 #include <vector>
index 2f1a177439ea4d08d2dfa3a63b012804f33d7e69..de102dc40db5c770787abd4e1098d47dde372250 100644 (file)
@@ -34,7 +34,6 @@ using support::contains;
 
 using std::endl;
 using std::ostream;
-using std::ofstream;
 using std::pair;
 using std::string;
 
index d8608140ceeb0a745c857ecc41ab69c028fb1ae9..cff95f4b1f70104cd980489393d6b47c4cd4c861 100644 (file)
@@ -20,7 +20,6 @@
 #include "support/lstrings.h"
 
 #include <cctype>
-#include <fstream>
 #include <iostream>
 #include <sstream>
 #include <vector>