mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove unused stuff
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c1b5490f9f
commit
3213757e9a
@ -56,9 +56,6 @@ namespace lyx {
|
||||
using std::string;
|
||||
using std::vector;
|
||||
using std::endl;
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
using std::isalpha;
|
||||
#endif
|
||||
using std::min;
|
||||
using std::for_each;
|
||||
|
||||
|
@ -41,7 +41,6 @@
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <csignal>
|
||||
#include <cstddef>
|
||||
|
@ -42,7 +42,6 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
@ -53,8 +52,6 @@
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
using std::fgetc;
|
||||
using std::isalnum;
|
||||
using std::isalpha;
|
||||
#endif
|
||||
|
||||
using std::endl;
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cstdlib>
|
||||
#include <exception>
|
||||
#include <fstream>
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "support/convert.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <cctype>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
#include <cctype>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user