From: Georg Baum Date: Mon, 2 Apr 2007 12:42:02 +0000 (+0000) Subject: remove unused stuff X-Git-Tag: 1.6.10~10365 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3213757e9a07501df7f205c03b8c4585b3505e92;p=features.git remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17697 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/cursor.C b/src/cursor.C index f004c23b4b..68a5e8ba4b 100644 --- a/src/cursor.C +++ b/src/cursor.C @@ -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; diff --git a/src/frontends/controllers/tests/pch.h b/src/frontends/controllers/tests/pch.h index 0e6d3fbf94..b6603e8827 100644 --- a/src/frontends/controllers/tests/pch.h +++ b/src/frontends/controllers/tests/pch.h @@ -41,7 +41,6 @@ #endif #include -#include #include #include #include diff --git a/src/support/filetools.C b/src/support/filetools.C index 825179dacc..0684543109 100644 --- a/src/support/filetools.C +++ b/src/support/filetools.C @@ -42,7 +42,6 @@ #include -#include #include #include #include @@ -53,8 +52,6 @@ #ifndef CXX_GLOBAL_CSTD using std::fgetc; -using std::isalnum; -using std::isalpha; #endif using std::endl; diff --git a/src/tex2lyx/pch.h b/src/tex2lyx/pch.h index 063498067e..375b532ad5 100644 --- a/src/tex2lyx/pch.h +++ b/src/tex2lyx/pch.h @@ -6,7 +6,6 @@ #include #include -#include #include #include #include diff --git a/src/tex2lyx/table.C b/src/tex2lyx/table.C index cff95f4b1f..1179a55c04 100644 --- a/src/tex2lyx/table.C +++ b/src/tex2lyx/table.C @@ -19,7 +19,6 @@ #include "support/convert.h" #include "support/lstrings.h" -#include #include #include #include diff --git a/src/tex2lyx/tex2lyx.C b/src/tex2lyx/tex2lyx.C index 77992733d0..75339badf0 100644 --- a/src/tex2lyx/tex2lyx.C +++ b/src/tex2lyx/tex2lyx.C @@ -32,7 +32,6 @@ #include #include -#include #include #include #include