commit | 4b11cccd03e7f4c598dc4792a3e8794c8991b56a | [log] [tgz] |
---|---|---|
author | Paul Wankadia <[email protected]> | Tue Feb 13 16:12:51 2018 -0800 |
committer | Paul Wankadia <[email protected]> | Wed Feb 14 00:14:35 2018 +0000 |
tree | b80783710be30225ee9c0813026f2b084295a9f6 | |
parent | c134b8e1f742bf1daec32e0628301258b0ec3fe6 [diff] |
Don't #include <sys/resource.h> anymore. Change-Id: Icb37bf0a25030ab91a4327ed235738fdf0f777f0 Reviewed-on: https://code-review.googlesource.com/23470 Reviewed-by: Paul Wankadia <[email protected]>
diff --git a/util/test.cc b/util/test.cc index fb31ed8..29c8b41 100644 --- a/util/test.cc +++ b/util/test.cc
@@ -3,9 +3,6 @@ // license that can be found in the LICENSE file. #include <stdio.h> -#ifndef _WIN32 -#include <sys/resource.h> -#endif #include "util/test.h"