diff -r 4b36933dce1d -r 23c50be687a9 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sat May 15 09:21:25 2010 +0000 +++ b/hedgewars/uStore.pas Sun May 16 17:23:30 2010 +0000 @@ -84,7 +84,7 @@ procedure Tint(c: Longword); inline; implementation -uses uMisc, uConsole, uLocale{$IFDEF IPHONEOS}, PascalExports{$ENDIF}; +uses uMisc, uConsole, uLocale; type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple);