]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/matrix.cpp
Use "<Application> Preferences" as generic wxPreferencesEditor dialog title.
[wxWidgets.git] / src / common / matrix.cpp
index 769dd965e1e105e672b9f997c9fcc24c6e034bbf..f1f8c319f97ae0754d205e8ead4685268ff6f518 100644 (file)
 #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)