commit | 1a6482d49e761fe6d65fabf88e92b61a75edbfe6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Apr 30 09:10:07 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Sat Apr 30 09:10:07 2016 -0700 |
tree | b9be8bb6db32e03a6fd26758064f72d43ad8eb8e | |
parent | 39bb148bce2a352705f7a2f11febf072ff46e5ae [diff] |
Remove useless #include. Bug: http://b/28432688 Change-Id: I8982f42b2bf2305168a4ba167e422173f35c69c2
diff --git a/libprocessgroup/cleanup.cpp b/libprocessgroup/cleanup.cpp index cca8dc4..c2d2d27 100644 --- a/libprocessgroup/cleanup.cpp +++ b/libprocessgroup/cleanup.cpp
@@ -15,7 +15,6 @@ */ #include <string.h> #include <unistd.h> -#include <sys/syslimits.h> #include "processgroup_priv.h"