aboutsummaryrefslogtreecommitdiffstats
path: root/src/panic.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-14 21:47:08 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-17 15:15:09 +0100
commitfe71ee9d993af078aac0596ee081f04ca9145e7e (patch)
treedb1faa60370771ec975e5c932a803c788fd0043a /src/panic.c
parentdf8e89f06696a35da98a4ae0e4c14e3ba6cbcb16 (diff)
src/panic.c: Remove unneeded #include of gsm_utils.h
Diffstat (limited to 'src/panic.c')
-rw-r--r--src/panic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panic.c b/src/panic.c
index 0ce50db2..e2335888 100644
--- a/src/panic.c
+++ b/src/panic.c
@@ -28,7 +28,6 @@
* \brief Routines for panic handling
*/
-#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/core/panic.h>
#include <osmocom/core/backtrace.h>