Merge "liblog: Remove stdbool.h from .cpp files"

This commit is contained in:
Tom Cherry 2019-08-08 19:34:41 +00:00 committed by Gerrit Code Review
commit ca94d79753
5 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@
#pragma once
#include <stdatomic.h>
#include <stdbool.h>
#include <cutils/list.h>
#include <log/log.h>

View File

@ -26,7 +26,6 @@
#ifndef __MINGW32__
#include <pwd.h>
#endif
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -17,7 +17,6 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>

View File

@ -20,7 +20,6 @@
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>

View File

@ -27,7 +27,6 @@
*/
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>