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