summaryrefslogtreecommitdiffstats
path: root/logcat
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-09-07 13:36:14 -0700
committerElliott Hughes <enh@google.com>2017-10-17 16:21:33 +0000
commita0f73f9bffc2ed6f78b9900db09741861676dd48 (patch)
treed705dacfc9cff7e1936fd6557d4113444818edc4 /logcat
parent815f74a759c56f6bbd75818a6ae6d7f7d4672e3a (diff)
downloadsystem_core-a0f73f9bffc2ed6f78b9900db09741861676dd48.tar.gz
system_core-a0f73f9bffc2ed6f78b9900db09741861676dd48.tar.bz2
system_core-a0f73f9bffc2ed6f78b9900db09741861676dd48.zip
<stdbool.h> not necessary in C++.
Bug: N/A Test: builds Change-Id: I1f32b202e353414e74ace87a7d5b495b5deb5f99 Merged-In: I1f32b202e353414e74ace87a7d5b495b5deb5f99
Diffstat (limited to 'logcat')
-rw-r--r--logcat/getopt_long.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logcat/getopt_long.cpp b/logcat/getopt_long.cpp
index 5f8dd66e3..da999069d 100644
--- a/logcat/getopt_long.cpp
+++ b/logcat/getopt_long.cpp
@@ -49,7 +49,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>