vcl/source/window/errinf.cxx |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 9beed0a363605067f5d57294e7a9d9a48a3b112d
Author: Chris Sherlock <chris.sherloc...@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 <c...@libreoffice.org>
    Reviewed-by: Chris Sherlock <chris.sherloc...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to