]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/matrix.cpp
Make public headers compatible with Objective-C++ with ARC.
[wxWidgets.git] / src / common / matrix.cpp
index 769dd965e1e105e672b9f997c9fcc24c6e034bbf..1175af83423b7ae00be24b70200381dd2e2050ab 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Chris Breeze, Julian Smart
 // Modified by: Klaas Holwerda
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 #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)