move FixMath include into non darwin part

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2005-01-29 20:04:03 +00:00
parent 4ecd9342fd
commit d9af087c42

View File

@ -28,6 +28,7 @@
# include <ControlDefinitions.h>
# include <LowMem.h>
# include <Gestalt.h>
# include <FixMath.h>
#endif
#if UNIVERSAL_INTERFACES_VERSION < 0x0340
@ -42,7 +43,6 @@
#include "wx/mac/corefoundation/cfstring.h"
#endif
#include <FixMath.h>
#ifndef FixedToInt
// as macro in FixMath.h for 10.3
inline Fixed IntToFixed( int inInt )