From: André Pönitz Date: Mon, 5 Nov 2007 21:42:08 +0000 (+0000) Subject: use forward declaration... X-Git-Tag: 1.6.10~7470 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7ced3deb52b86a12e995646b0a59c0e0c39f2485;p=features.git use forward declaration... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21454 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/qt_helpers.h b/src/frontends/qt4/qt_helpers.h index fd292c2e39..9cb868d471 100644 --- a/src/frontends/qt4/qt_helpers.h +++ b/src/frontends/qt4/qt_helpers.h @@ -15,8 +15,7 @@ #include "Length.h" #include "support/qstring_helpers.h" - -#include +#include "support/strfwd.h" class QComboBox; class QLineEdit;