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/lock_free_queue.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/lock_free_queue.cpp')
| -rw-r--r-- | src/rt/sync/lock_free_queue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/sync/lock_free_queue.cpp b/src/rt/sync/lock_free_queue.cpp index 3f8598629b4..90595a6ed11 100644 --- a/src/rt/sync/lock_free_queue.cpp +++ b/src/rt/sync/lock_free_queue.cpp @@ -5,7 +5,7 @@ * dequeue() is not allowed to interrupt itself. */ -#include "../globals.h" +#include "../rust_globals.h" #include "lock_free_queue.h" lock_free_queue_node::lock_free_queue_node() : next(NULL) { |
