///////////////////////////////////////////////////////////////////////////////
-// Name: matrix.cpp
+// Name: src/common/matrix.cpp
// Purpose: wxTransformMatrix class
// Author: Chris Breeze, Julian Smart
// Modified by: Klaas Holwerda
#endif
#ifndef WX_PRECOMP
-#include "wx/defs.h"
-#include "wx/math.h"
+ #include "wx/math.h"
#endif
#include "wx/matrix.h"
Rotate(-GetRotation(), x, y);
Rotate(rotation, x, y);
}
-