about summary refs log tree commit diff
path: root/src/rt/rust_uv.cpp
diff options
context:
space:
mode:
authorJeff Olson <olson.jeffery@gmail.com>2013-08-20 22:00:49 -0700
committerJeff Olson <olson.jeffery@gmail.com>2013-08-22 16:31:58 -0700
commita7ee85b50b8c4b58dfb8640692d3b63f8b604b28 (patch)
tree0616a2ea52a32b531a8646beb8be9575b13fa916 /src/rt/rust_uv.cpp
parent0e9964189db9feb5bd1f35a2690954008d95cdb0 (diff)
downloadrust-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.cpp1
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"