remove unused stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16109 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-11-29 21:34:24 +00:00
parent 5eccf6ebc0
commit cdfed1ce7d
4 changed files with 0 additions and 4 deletions

View 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;

View File

@ -23,7 +23,6 @@ namespace io = boost::iostreams;
#include <boost/utility.hpp>
#include <fstream>
#include <istream>
#include <stack>
#include <vector>

View File

@ -34,7 +34,6 @@ using support::contains;
using std::endl;
using std::ostream;
using std::ofstream;
using std::pair;
using std::string;

View File

@ -20,7 +20,6 @@
#include "support/lstrings.h"
#include <cctype>
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>