aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-15 19:30:27 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-07-15 19:30:27 +0200
commit1ee7e55cd1df619ef0776446d189e2aec5971cc5 (patch)
tree6aa326e357fd9cc0b49248e4fb802062a0f6d0fe
parent8e9f40a912a1c1157c84ff99449e5626963a0c3d (diff)
gsm_data.h: Drop duplicated include stdint.h
-rw-r--r--include/osmocom/bsc/gsm_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 0f5fc546e..5336ebef2 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -4,7 +4,6 @@
#include <stdint.h>
#include <sys/types.h>
#include <stdbool.h>
-#include <stdint.h>
#include <osmocom/core/timer.h>
#include <osmocom/core/rate_ctr.h>