]> git.lyx.org Git - lyx.git/commitdiff
Unneeded include
authorPavel Sanda <sanda@lyx.org>
Mon, 8 Feb 2010 07:19:43 +0000 (07:19 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 8 Feb 2010 07:19:43 +0000 (07:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33360 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListings.cpp
src/insets/InsetListingsParams.h

index de690f7c1985d46b90be9b15e2331e1283d614d2..39919a25d98c448dc2059466267409e3d5c124da 100644 (file)
@@ -24,6 +24,7 @@
 #include "FuncStatus.h"
 #include "InsetCaption.h"
 #include "Language.h"
+#include "Lexer.h"
 #include "MetricsInfo.h"
 #include "output_latex.h"
 #include "output_xhtml.h"
index 6a7b46f98afe2e3f97576d9397f19a385a0e6ca0..76ed9613ff2c18954b0cfa714df53a4282d90c2d 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <map>
 #include <exception>
-#include "Lexer.h"
 #include "InsetCollapsable.h"
 
 namespace lyx {