diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 14:26:38 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-03-28 14:26:51 -0700 |
| commit | 2aaca455b93351847c0c267a24a3f8c3eb6920a7 (patch) | |
| tree | 8ffb748385e1c340a9f50cc8e5f10528cab311ba /src/rt/sync/timer.cpp | |
| parent | 45c74f04ab8ffdc7497159fbc9927b0025e485de (diff) | |
| download | rust-2aaca455b93351847c0c267a24a3f8c3eb6920a7.tar.gz rust-2aaca455b93351847c0c267a24a3f8c3eb6920a7.zip | |
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Diffstat (limited to 'src/rt/sync/timer.cpp')
| -rw-r--r-- | src/rt/sync/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/sync/timer.cpp b/src/rt/sync/timer.cpp index 8ef5634f2cd..28ee6da2b62 100644 --- a/src/rt/sync/timer.cpp +++ b/src/rt/sync/timer.cpp @@ -1,4 +1,4 @@ -#include "../globals.h" +#include "../rust_globals.h" #include "timer.h" #if defined(__APPLE__) |
