std: stripping unneeded fcntl.h include from rust_uv.cpp

This commit is contained in:
Jeff Olson 2013-08-20 22:00:49 -07:00
parent 0e9964189d
commit a7ee85b50b

View File

@ -13,7 +13,6 @@
#include <malloc.h>
#endif
#include <fcntl.h>
#include "uv.h"
#include "rust_globals.h"