potential compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21860 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-11-29 17:51:58 +00:00
parent ffe8d928c2
commit 5a646574ca

View File

@ -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 {