From: Enrico Forestieri Date: Wed, 15 Oct 2008 22:03:13 +0000 (+0000) Subject: Simplify X-Git-Tag: 1.6.10~3027 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed861b720a2c2d005e867a3c8041f0dfac7ea4ad;p=features.git Simplify git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26914 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index a851ff56c6..937b319975 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -101,7 +101,7 @@ #ifdef Q_WS_WIN #include -#if defined(Q_CYGWIN_WIN) || defined(Q_CC_MINGW) +#ifdef Q_CC_GNU #include #endif #include