diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-01 17:46:59 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-04 00:30:32 +0900 |
commit | 1c1da38afc3e4b83a0b3bbc79742ddc41270904c (patch) | |
tree | 74e124d88b4bad1be2f4d60ac3b19dab877ac16c /src/cgtop | |
parent | 455fa9610cba06af4cb9d8c8a2121b552c4d2229 (diff) | |
download | systemd-1c1da38afc3e4b83a0b3bbc79742ddc41270904c.tar.gz |
tree-wide: drop alloca.h when alloc-util.h is included
Diffstat (limited to 'src/cgtop')
-rw-r--r-- | src/cgtop/cgtop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index 9c6094c039..2494c70238 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -#include <alloca.h> #include <errno.h> #include <getopt.h> #include <signal.h> |