Remove stdbool.h include for C++ sources

This header is not needed in our C++ sources.
This commit is contained in:
Lucas De Marchi 2016-12-16 09:38:59 -08:00
parent 790d186c6c
commit b0ddf81687
12 changed files with 0 additions and 12 deletions

View File

@ -23,7 +23,6 @@
#include <AP_HAL/AP_HAL_Boards.h> #include <AP_HAL/AP_HAL_Boards.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <stdbool.h>
// used to pack structures // used to pack structures
#define PACKED __attribute__((__packed__)) #define PACKED __attribute__((__packed__))

View File

@ -1,7 +1,6 @@
#pragma once #pragma once
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
#include "AP_HAL_Namespace.h" #include "AP_HAL_Namespace.h"
#include "AP_HAL_Boards.h" #include "AP_HAL_Boards.h"

View File

@ -1,7 +1,6 @@
#pragma once #pragma once
#include <atomic> #include <atomic>
#include <stdbool.h>
#include <stdint.h> #include <stdint.h>
/* /*

View File

@ -36,7 +36,6 @@
****************************************************************************/ ****************************************************************************/
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include "dsm.h" #include "dsm.h"

View File

@ -10,7 +10,6 @@
*/ */
#pragma once #pragma once
#include <stdbool.h>
class GetOptLong { class GetOptLong {
public: public:

View File

@ -22,7 +22,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
#include <string.h> #include <string.h>
#include "srxl.h" #include "srxl.h"

View File

@ -43,7 +43,6 @@
* @author Lorenz Meier <lm@inf.ethz.ch> * @author Lorenz Meier <lm@inf.ethz.ch>
*/ */
#include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include "st24.h" #include "st24.h"

View File

@ -43,7 +43,6 @@
* @author Marco Bauer <marco@wtns.de> * @author Marco Bauer <marco@wtns.de>
*/ */
#include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include "sumd.h" #include "sumd.h"

View File

@ -43,7 +43,6 @@
#include "Flow_PX4.h" #include "Flow_PX4.h"
#include <cmath> #include <cmath>
#include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -29,7 +29,6 @@ extern "C" {
#include <types.h> #include <types.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
#include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <stdarg.h> #include <stdarg.h>
#include <sys/timespec.h> #include <sys/timespec.h>

View File

@ -36,7 +36,6 @@
****************************************************************************/ ****************************************************************************/
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
#include "sbus.h" #include "sbus.h"

View File

@ -8,7 +8,6 @@
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdbool.h>
#include <time.h> #include <time.h>
#include <errno.h> #include <errno.h>
#include <AP_HAL/utility/Socket.h> #include <AP_HAL/utility/Socket.h>