summaryrefslogtreecommitdiff
path: root/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'misc.hh')
-rw-r--r--misc.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.hh b/misc.hh
index a22304267f..0321113242 100644
--- a/misc.hh
+++ b/misc.hh
@@ -1,7 +1,7 @@
#ifndef MISC_HH
#define MISC_HH
-#include "mtime.hh"
+#include "real.hh"
int intlog2(int d);
-Real duration_to_idealspace(Mtime d,Real w);
+Real duration_to_idealspace(Real d,Real w);
#endif