Merge "<stdbool.h> not necessary in C++."

This commit is contained in:
Treehugger Robot 2017-10-17 19:26:53 +00:00 committed by Gerrit Code Review
commit 796987482f
6 changed files with 0 additions and 6 deletions

View File

@ -19,7 +19,6 @@
#include <fcntl.h>
#include <inttypes.h>
#include <linux/input.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -22,7 +22,6 @@
#include <errno.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -21,7 +21,6 @@
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

View File

@ -21,7 +21,6 @@
#include <inttypes.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -49,7 +49,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -16,7 +16,6 @@
#include <assert.h>
#include <stdint.h>
#include <stdbool.h>
#include <gtest/gtest.h>
#include <trusty/lib/storage.h>