diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2013-08-20 22:00:49 -0700 |
|---|---|---|
| committer | Jeff Olson <olson.jeffery@gmail.com> | 2013-08-22 16:31:58 -0700 |
| commit | a7ee85b50b8c4b58dfb8640692d3b63f8b604b28 (patch) | |
| tree | 0616a2ea52a32b531a8646beb8be9575b13fa916 /src/rt/rust_uv.cpp | |
| parent | 0e9964189db9feb5bd1f35a2690954008d95cdb0 (diff) | |
| download | rust-a7ee85b50b8c4b58dfb8640692d3b63f8b604b28.tar.gz rust-a7ee85b50b8c4b58dfb8640692d3b63f8b604b28.zip | |
std: stripping unneeded fcntl.h include from rust_uv.cpp
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index 7ee68ff5304..43e6b97bc18 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -13,7 +13,6 @@ #include <malloc.h> #endif -#include <fcntl.h> #include "uv.h" #include "rust_globals.h" |
