diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 17:14:28 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-22 17:57:08 -0700 |
commit | 1cc5fee5904832da6564f12c858423fd5bd1b2b6 (patch) | |
tree | f9318cdd5f45acdd1aceef875de20a0c5b9bde6b /src/mmo/timer.hpp | |
parent | b195ac27e8234160b29698802deccd109a6fdc25 (diff) | |
download | tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.tar.gz tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.tar.bz2 tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.tar.xz tmwa-1cc5fee5904832da6564f12c858423fd5bd1b2b6.zip |
Make travis happy
Diffstat (limited to 'src/mmo/timer.hpp')
-rw-r--r-- | src/mmo/timer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mmo/timer.hpp b/src/mmo/timer.hpp index 363cf17..ddb559f 100644 --- a/src/mmo/timer.hpp +++ b/src/mmo/timer.hpp @@ -23,7 +23,7 @@ # include "timer.t.hpp" -# include "../sanity.hpp" +# include "fwd.hpp" # include "../strings/fwd.hpp" |