mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
5eccf6ebc0
commit
cdfed1ce7d
@ -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;
|
||||
|
@ -23,7 +23,6 @@ namespace io = boost::iostreams;
|
||||
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
#include <fstream>
|
||||
#include <istream>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
|
@ -34,7 +34,6 @@ using support::contains;
|
||||
|
||||
using std::endl;
|
||||
using std::ostream;
|
||||
using std::ofstream;
|
||||
using std::pair;
|
||||
using std::string;
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <cctype>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user