summaryrefslogtreecommitdiff
path: root/mtime.hh
blob: f42c87b82dfd6cde52b98306262ded2d346f4b19 (about) (plain)
1
2
3
4
5
6
7
8
#ifndef MTIME_HH
#define MTIME_HH

#include "real.hh"

typedef Real Mtime;

#endif MTIME_HH