The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 62d6dcde6eead41ab95e38ad1e2c3a81418e5d0d Author: Vincent van Ravesteijn <[email protected]> Date: Sun May 12 12:27:16 2013 +0200 qt5: Only include a single header to fix compilation diff --git a/src/frontends/qt4/GuiAbout.cpp b/src/frontends/qt4/GuiAbout.cpp index 8ceed8f..ae9a2a3 100644 --- a/src/frontends/qt4/GuiAbout.cpp +++ b/src/frontends/qt4/GuiAbout.cpp @@ -23,8 +23,7 @@ #include "support/Package.h" #include <QDate> -#include <QtCore> -#include <QtGui> +#include <QTextStream> using namespace lyx::support; using lyx::support::package; ----------------------------------------------------------------------- Summary of changes: src/frontends/qt4/GuiAbout.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
