X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..b0ad146aba58fae678c885a9bc5e30d79bffb494:/src/common/matrix.cpp diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp index 769dd965e1..1175af8342 100644 --- a/src/common/matrix.cpp +++ b/src/common/matrix.cpp @@ -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 /////////////////////////////////////////////////////////////////////////////// @@ -16,15 +15,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)