summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinh Cong Toan <toan.dinhcong@vn.bosch.com>2021-07-01 17:07:01 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-10-05 11:19:26 +0900
commit11ef793a0b39d7a3c851af90dd2ddb0ba3028458 (patch)
tree429eef9011ce5a805896f0155fdc6a1d4de466d2
parent9bcaa7536af1c63ffdb470348460a643814972e3 (diff)
downloadDLT-daemon-11ef793a0b39d7a3c851af90dd2ddb0ba3028458.tar.gz
dlt_common: remove duplicate stdbool header
Remove duplicate stdbool.h file in dlt_common.c, which has been included in dlt_common.h Signed-off-by: Dinh Cong Toan <toan.dinhcong@vn.bosch.com>
-rw-r--r--src/shared/dlt_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/dlt_common.c b/src/shared/dlt_common.c
index 4d7ad25..0a122c5 100644
--- a/src/shared/dlt_common.c
+++ b/src/shared/dlt_common.c
@@ -31,7 +31,6 @@
#include <time.h> /* for localtime_r(), strftime() */
#include <limits.h> /* for NAME_MAX */
#include <inttypes.h> /* for PRI formatting macro */
-#include <stdbool.h>
#include <stdarg.h>
#include <err.h>