[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Apr 26 05:06:53 UTC 2017
vcl/source/window/errinf.cxx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 9beed0a363605067f5d57294e7a9d9a48a3b112d
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Fri Apr 21 21:04:34 2017 +1000
vcl: rearrange header order
Change-Id: Ib902e0ff8e416c108e311be297192f109fe58ae7
Reviewed-on: https://gerrit.libreoffice.org/36846
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index c96ceca7a2a9..3c543cd3a4f8 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -17,12 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <limits.h>
-#include <vcl/errinf.hxx>
-#include <rtl/strbuf.hxx>
#include <osl/diagnose.h>
+#include <rtl/strbuf.hxx>
+
+#include <vcl/errinf.hxx>
#include <vcl/window.hxx>
+
#include <vector>
+#include <limits.h>
class ErrorHandler;
More information about the Libreoffice-commits
mailing list