From a7ee85b50b8c4b58dfb8640692d3b63f8b604b28 Mon Sep 17 00:00:00 2001 From: Jeff Olson Date: Tue, 20 Aug 2013 22:00:49 -0700 Subject: [PATCH] std: stripping unneeded fcntl.h include from rust_uv.cpp --- src/rt/rust_uv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index 7ee68ff53045..43e6b97bc186 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -13,7 +13,6 @@ #include #endif -#include #include "uv.h" #include "rust_globals.h"