From 84ef729aa1de762229c8a5c800cddff1a014fcca Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 23 Jul 2013 08:52:24 +0200 Subject: Bitcoin-Qt: fix QApplication includes to match our include defaults - move all QApplication includes to top of included Qt headers - undef our loop macro where it would cause compilation errors otherwise --- src/qt/splashscreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt/splashscreen.cpp') diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index e40027812..43430a858 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -2,9 +2,9 @@ #include "clientversion.h" #include "util.h" -#include -#undef loop /* ugh, remove this when the #define loop is gone from util.h */ +#undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */ #include +#include SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) : QSplashScreen(pixmap, f) -- cgit v1.2.3