]> git.lyx.org Git - features.git/commitdiff
remove unused stuff
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 2 Apr 2007 12:42:02 +0000 (12:42 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 2 Apr 2007 12:42:02 +0000 (12:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17697 a592a061-630c-0410-9148-cb99ea01b6c8

src/cursor.C
src/frontends/controllers/tests/pch.h
src/support/filetools.C
src/tex2lyx/pch.h
src/tex2lyx/table.C
src/tex2lyx/tex2lyx.C

index f004c23b4b679e36ce8fd51f5f3774097e5567e0..68a5e8ba4b711b71a8318c30d88dcec008ff4c9e 100644 (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;
 
index 0e6d3fbf94a8582e25b137b03fa879df98bd1df6..b6603e8827c978b48c8350049a6d51322d892e10 100644 (file)
@@ -41,7 +41,6 @@
 #endif
 
 #include <algorithm>
-#include <cctype>
 #include <cerrno>
 #include <csignal>
 #include <cstddef>
index 825179daccb4c011d6c6adb21dc304e3ce18b54c..06845431091ed045b2def9d7150aa967031f4a97 100644 (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;
index 063498067e2f6965f8776c8dda46fe4444cbdaf9..375b532ad557cae7bd7f999d4f5a83dbf917aa02 100644 (file)
@@ -6,7 +6,6 @@
 #include <boost/tuple/tuple.hpp>
 
 #include <algorithm>
-#include <cctype>
 #include <cstdlib>
 #include <exception>
 #include <fstream>
index cff95f4b1f70104cd980489393d6b47c4cd4c861..1179a55c0459552b1d9aee12ed371494abe8a37a 100644 (file)
@@ -19,7 +19,6 @@
 #include "support/convert.h"
 #include "support/lstrings.h"
 
-#include <cctype>
 #include <iostream>
 #include <sstream>
 #include <vector>
index 77992733d058472cb28385692d108179185df3f6..75339badf00c5a04c58f071c53b9cd79c8916f92 100644 (file)
@@ -32,7 +32,6 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/filesystem/path.hpp>
 
-#include <cctype>
 #include <fstream>
 #include <iostream>
 #include <string>