Revert "Added a missing include."

This reverts commit b9e6ce6e9ccbf08ae8a6a666c09391b407a3d82a.

Review: https://reviews.apache.org/r/14861


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/be9c22f9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/be9c22f9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/be9c22f9

Branch: refs/heads/master
Commit: be9c22f9b8cb7b8087fb205eee1c6b2e5956c77e
Parents: b347190
Author: Benjamin Mahler <bmah...@twitter.com>
Authored: Tue Oct 22 18:45:28 2013 -0700
Committer: Benjamin Mahler <bmah...@twitter.com>
Committed: Wed Oct 23 12:14:01 2013 -0700

----------------------------------------------------------------------
 src/tests/script.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/be9c22f9/src/tests/script.cpp
----------------------------------------------------------------------
diff --git a/src/tests/script.cpp b/src/tests/script.cpp
index 47dbfde..aa82f78 100644
--- a/src/tests/script.cpp
+++ b/src/tests/script.cpp
@@ -16,7 +16,6 @@
  * limitations under the License.
  */
 
-#include <limits.h> // For ARG_MAX.
 #include <signal.h> // For strsignal.
 #include <stdio.h>  // For freopen.
 #include <string.h> // For strlen, strerror.

Reply via email to