diff -r e118329666ff -r c7153d2348f3 hedgewars/uRandom.pas --- a/hedgewars/uRandom.pas Wed Nov 04 01:42:06 2009 +0000 +++ b/hedgewars/uRandom.pas Thu Nov 05 16:23:09 2009 +0000 @@ -19,8 +19,8 @@ unit uRandom; interface uses uFloat; -{$INCLUDE options.inc} -{$INCLUDE proto.inc} +{$INCLUDE "options.inc"} +{$INCLUDE "proto.inc"} procedure SetRandomSeed(Seed: shortstring); function GetRandom: hwFloat; overload;