From 0a840edcc19ad1b8bb1525717d91ce8ade0c0092 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 18 Nov 2016 10:10:48 +0200 Subject: includes should be at the top of the file not randomly scattered through the code found with something like: git ls-files *.cpp | xargs grep -Pzl "(?s){.*#include" Change-Id: I9c242fa4ef99e8677f2800d7ec9f16d16e488351 Reviewed-on: https://gerrit.libreoffice.org/30952 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uui/source/secmacrowarnings.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'uui') diff --git a/uui/source/secmacrowarnings.hxx b/uui/source/secmacrowarnings.hxx index ea8ff82e9fbb..f6eb1e0bd58e 100644 --- a/uui/source/secmacrowarnings.hxx +++ b/uui/source/secmacrowarnings.hxx @@ -23,6 +23,7 @@ #include #include #include +#include namespace com { namespace sun { @@ -31,9 +32,6 @@ namespace security { class XCertificate; } }}} -#include - - class MacroWarning : public ModalDialog { private: -- cgit