hedgewars/hwLibrary.pas
changeset 4859 74d32d1c3753
parent 4850 434cd1284204
child 4929 3dca560e6510
--- 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.