removing diameter includes from upf (#1193)

This commit is contained in:
Spencer Sevilla 2021-10-05 15:01:05 -07:00 committed by GitHub
parent 3cb2808ebf
commit b600ab5724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#endif
#include "ogs-gtp.h"
#include "ogs-diameter-gx.h"
#include "ogs-pfcp.h"
#include "ogs-app.h"

View File

@ -87,7 +87,6 @@ libupf = static_library('upf',
sources : libupf_sources,
dependencies : [
libapp_dep,
libdiameter_gx_dep,
libgtp_dep,
libpfcp_dep,
libtun_dep,
@ -99,7 +98,6 @@ libupf_dep = declare_dependency(
link_with : libupf,
dependencies : [
libapp_dep,
libdiameter_gx_dep,
libgtp_dep,
libpfcp_dep,
libtun_dep,