git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19555 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-08-14 12:25:21 +00:00
parent 4e92d79770
commit db59cc47ee

View File

@ -11,7 +11,9 @@
#include <config.h>
#include "Toolbars.h"
#include "frontends/Toolbars.h"
#include "frontends/LyXView.h"
#include "Buffer.h"
#include "BufferParams.h"
@ -19,10 +21,9 @@
#include "FuncRequest.h"
#include "FuncStatus.h"
#include "gettext.h"
#include "LyX.h"
#include "LyXFunc.h"
#include "TextClass.h"
#include "LyXView.h"
#include "LyX.h"
using std::endl;