Skip to content

Commit

Permalink
ims_usrloc_pcscf: Rename module interface file #82
Browse files Browse the repository at this point in the history
(cherry picked from commit 637a0c1)
  • Loading branch information
linuxmaniac committed Feb 13, 2017
1 parent 9ecf634 commit b2fbe9c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_usrloc_pcscf/dlist.c
Expand Up @@ -56,7 +56,7 @@
#include "udomain.h" /* new_udomain, free_udomain */
#include "usrloc.h"
#include "utime.h"
#include "ul_mod.h"
#include "ims_usrloc_pcscf_mod.h"
#include "pcontact.h"

dlist_t* root = 0;
Expand Down
Expand Up @@ -42,7 +42,7 @@
*/

#include <stdio.h>
#include "ul_mod.h"
#include "ims_usrloc_pcscf_mod.h"
#include "../../core/sr_module.h"
#include "../../core/dprint.h"
#include "../../core/rpc_lookup.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/ims_usrloc_pcscf/pcontact.c
Expand Up @@ -49,7 +49,7 @@
#include "../../core/mem/shm_mem.h"
#include "../../core/dprint.h"
#include "../../core/ut.h"
#include "ul_mod.h"
#include "ims_usrloc_pcscf_mod.h"
#include "usrloc.h"
#include "utime.h"
#include "ul_callback.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_usrloc_pcscf/udomain.c
Expand Up @@ -52,7 +52,7 @@
#include "../../lib/srdb1/db.h"
#include "../../core/socket_info.h"
#include "../../core/ut.h"
#include "ul_mod.h" /* usrloc module parameters */
#include "ims_usrloc_pcscf_mod.h" /* usrloc module parameters */
#include "usrloc.h"
#include "utime.h"
#include "usrloc.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_usrloc_pcscf/usrloc.c
Expand Up @@ -48,7 +48,7 @@
#include "pcontact.h"
#include "udomain.h"
#include "../../core/sr_module.h"
#include "ul_mod.h"
#include "ims_usrloc_pcscf_mod.h"
#include "../../core/parser/parse_uri.h"

extern unsigned int init_flag;
Expand Down

0 comments on commit b2fbe9c

Please sign in to comment.