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/notificator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/notificator.cpp') diff --git a/src/qt/notificator.cpp b/src/qt/notificator.cpp index 7cfaef6079..903c54b39d 100644 --- a/src/qt/notificator.cpp +++ b/src/qt/notificator.cpp @@ -1,9 +1,9 @@ #include "notificator.h" +#include #include #include #include -#include #include #include #include -- cgit v1.2.3