From: André Pönitz Date: Thu, 29 Nov 2007 17:51:58 +0000 (+0000) Subject: potential compile fix X-Git-Tag: 1.6.10~7134 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5a646574cafb689f2258e4516fbcd48a619ab4b2;p=features.git potential compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21860 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/TocBackend.cpp b/src/TocBackend.cpp index 27f4623584..35e51af9a3 100644 --- a/src/TocBackend.cpp +++ b/src/TocBackend.cpp @@ -16,7 +16,6 @@ #include "Buffer.h" #include "BufferParams.h" -#include "support/debug.h" #include "FloatList.h" #include "FuncRequest.h" #include "InsetList.h" @@ -28,9 +27,9 @@ #include "insets/InsetOptArg.h" #include "support/convert.h" -#include "support/docstring.h" +#include "support/debug.h" +#include "support/docstream.h" -using std::string; namespace lyx {