fix wrong tex2lyx hack

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22009 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-12-08 11:07:43 +00:00
parent 2944cdd82a
commit a30f67ed98
2 changed files with 3 additions and 0 deletions

View File

@ -15,8 +15,10 @@
#include "Layout.h"
#include "TextClass.h"
#include "Lexer.h"
#include "Font.h"
#include "support/debug.h"
#include "support/lstrings.h"
#include <ostream>

View File

@ -24,6 +24,7 @@
#include "FloatList.h"
#include "Layout.h"
#include "Lexer.h"
#include "Font.h"
#include "frontends/alert.h"