summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2013-01-21 02:03:13 +0200
committerZahary Karadjov <zahary@gmail.com>2013-01-21 02:03:13 +0200
commit41cbd1c980c7298a1d3a246c45d41a508eae14f8 (patch)
tree915eaddc7eb0b606a4fc759fa06a42d43040e9d1 /lib/system
parent8be307713ef040c4371f51fa21c8843e5a4484f5 (diff)
downloadNim-41cbd1c980c7298a1d3a246c45d41a508eae14f8.tar.gz
minor bug fixes to make some tests green
Diffstat (limited to 'lib/system')
-rwxr-xr-xlib/system/gc.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/system/gc.nim b/lib/system/gc.nim
index a5cd9a2b0..028d2cc24 100755
--- a/lib/system/gc.nim
+++ b/lib/system/gc.nim
@@ -31,8 +31,6 @@ when withRealTime and not defined(getTicks):
 when defined(memProfiler):
   proc nimProfile(requestedSize: int)
 
-include "system/timers"
-
 const
   rcShift = 6 # the reference count is shifted so we can use
               # the least significat bits for additinal flags: