X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..aacd4b50d35ae61a89dfbe83d5c84fa3c66386b6:/src/common/matrix.cpp

diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp
index 769dd965e1..f1f8c319f9 100644
--- a/src/common/matrix.cpp
+++ b/src/common/matrix.cpp
@@ -16,15 +16,15 @@
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/matrix.h"
+
 #ifndef WX_PRECOMP
     #include "wx/math.h"
 #endif
 
-#include "wx/matrix.h"
-
 static const double pi = M_PI;
 
 wxTransformMatrix::wxTransformMatrix(void)