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:
Georg Baum 2007-04-02 12:42:02 +00:00
parent c1b5490f9f
commit 3213757e9a
6 changed files with 0 additions and 10 deletions

View File

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

View File

@ -41,7 +41,6 @@
#endif
#include <algorithm>
#include <cctype>
#include <cerrno>
#include <csignal>
#include <cstddef>

View File

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

View File

@ -6,7 +6,6 @@
#include <boost/tuple/tuple.hpp>
#include <algorithm>
#include <cctype>
#include <cstdlib>
#include <exception>
#include <fstream>

View File

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

View File

@ -32,7 +32,6 @@
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <cctype>
#include <fstream>
#include <iostream>
#include <string>