From: Uwe Stöhr Date: Fri, 12 Mar 2010 00:27:12 +0000 (+0000) Subject: GuiWorkArea.cpp: remove unused include of MetricsInfo.h X-Git-Tag: 2.0.0~3820 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1f907d16d1e31a17ede5eb98fcf03751253589ad;p=features.git GuiWorkArea.cpp: remove unused include of MetricsInfo.h git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33722 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 1ab194b039..2d682d3aee 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -35,7 +35,6 @@ #include "LyX.h" #include "LyXRC.h" #include "LyXVC.h" -#include "MetricsInfo.h" #include "qt_helpers.h" #include "Text.h" #include "version.h"