diff -r 9a43c71ffe4a -r 74d32d1c3753 hedgewars/hwLibrary.pas --- a/hedgewars/hwLibrary.pas Wed Jan 19 23:02:43 2011 +0100 +++ b/hedgewars/hwLibrary.pas Wed Jan 19 23:51:19 2011 +0100 @@ -12,7 +12,7 @@ // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group) // to make these functions available in the C/C++/Objective-C source files // (add "#include PascalImports.h" near the top of these files if it's not there yet) -uses cmem, PascalExports, hwengine; +uses PascalExports, hwengine; begin end.