use Math after gtk units to get the correct float type.

git-svn-id: trunk@8743 -
This commit is contained in:
vincents 2006-02-16 10:54:05 +00:00
parent 208c657420
commit 9632d9f355

View File

@ -71,7 +71,7 @@ uses
LineInfo,
{$ENDIF}
// rtl+fcl
Types, Classes, SysUtils, Math, FPCAdds,
Types, Classes, SysUtils, FPCAdds,
// interfacebase
InterfaceBase,
// gtk
@ -84,6 +84,7 @@ uses
{$IFDEF UNIX}
x, xlib,
{$ENDIF}
Math, // after gtk to get the correct Float type
// LCL
ExtDlgs, Dialogs, Controls, Forms, LCLStrConsts, LMessages,
LCLProc, LCLIntf, LCLType, gtkDef, GtkProc, DynHashArray,