From: Abdelrazak Younes Date: Fri, 2 Nov 2007 08:16:39 +0000 (+0000) Subject: MSVC compile FIX. X-Git-Tag: 1.6.10~7535 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=22ceeea3381570f9c8f4d98a3a06292d26929512;p=features.git MSVC compile FIX. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21364 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/FontList.cpp b/src/FontList.cpp index bd71090fda..a5ffca8102 100644 --- a/src/FontList.cpp +++ b/src/FontList.cpp @@ -25,9 +25,6 @@ #include using std::distance; -using std::endl; -using std::string; -using std::ostream; namespace lyx {