From: Jean-Marc Lasgouttes Date: Tue, 10 Apr 2007 09:15:40 +0000 (+0000) Subject: fix cash with Toc widget (when stdlib-debug is on) X-Git-Tag: 1.6.10~10304 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0b89afc220155e352a1683fb6ba3820294664ec5;p=features.git fix cash with Toc widget (when stdlib-debug is on) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17762 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ControlToc.C b/src/frontends/controllers/ControlToc.C index e5f084d620..a8210a5eaf 100644 --- a/src/frontends/controllers/ControlToc.C +++ b/src/frontends/controllers/ControlToc.C @@ -9,8 +9,6 @@ * Full author contact details are available in file CREDITS. */ -#include - #include #include "ControlToc.h" @@ -27,7 +25,6 @@ #include "support/convert.h" -using std::vector; using std::string;