aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-msc
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 02:46:37 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-05-08 17:02:32 +0200
commit4ac8009c29889472848f5b25f45d8e7dbfb24a31 (patch)
treefe8c83132f90e0f4c9aeb4d8639e78b06171bfa5 /src/osmo-msc
parente27fa1502237afb6aba0f56caab05970fff670be (diff)
rename bscconfig.h to config.h, cleanup
Get rid of the legacy name bscconfig.h from osmo-nitb times. Remove the #include from some of the files that aren't actually using it. Instead of '#include "../../config.h"', use plain '#include "config.h"' because we're anyway passing $top_srcdir as -I during compilation. Change-Id: Id4f683be1f36f0630c83da54e02868aae847aeec
Diffstat (limited to 'src/osmo-msc')
-rw-r--r--src/osmo-msc/msc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c
index 857a6a691..e101d8939 100644
--- a/src/osmo-msc/msc_main.c
+++ b/src/osmo-msc/msc_main.c
@@ -36,7 +36,7 @@
#include <getopt.h>
/* build switches from the configure script */
-#include "../../bscconfig.h"
+#include "config.h"
#include <osmocom/msc/db.h>
#include <osmocom/core/application.h>