summaryrefslogtreecommitdiff
path: root/su
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-09-07 13:34:03 -0700
committerElliott Hughes <enh@google.com>2017-09-07 13:34:03 -0700
commitac8b2cec710de328afca74dfc2885883eff6a9f1 (patch)
treeec162297d2339fc42c57e980df655cead19a5c21 /su
parentc7d0028ac2eb62e54bb634c45954aac89d9eaad7 (diff)
downloadextras-ac8b2cec710de328afca74dfc2885883eff6a9f1.tar.gz
<stdbool.h> not necessary in C++.
Bug: N/A Test: builds Change-Id: I02c2619bd5ddcabf19b0fea6845e2ffbe9c9edf6
Diffstat (limited to 'su')
-rw-r--r--su/su.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/su/su.cpp b/su/su.cpp
index ee1526ef..f3e4ff03 100644
--- a/su/su.cpp
+++ b/su/su.cpp
@@ -19,7 +19,6 @@
#include <getopt.h>
#include <paths.h>
#include <pwd.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>