From: Georg Baum Date: Sat, 30 Sep 2006 10:24:05 +0000 (+0000) Subject: remove unneeded include X-Git-Tag: 1.6.10~12487 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6eab6ea7324e987f2f92219679455b7a4956644b;p=lyx.git remove unneeded include git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15188 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt3/GuiApplication.C b/src/frontends/qt3/GuiApplication.C index 310d311ab3..0c99d68930 100644 --- a/src/frontends/qt3/GuiApplication.C +++ b/src/frontends/qt3/GuiApplication.C @@ -12,9 +12,6 @@ #include -// FIXME: this is needed for now because LyXFunc is still constructed -// there. -#include "frontends/Application_pimpl.h" #include "frontends/LyXView.h" #include "frontends/WorkArea.h"