Skip to content

Commit

Permalink
ims_usrloc_scscf: include path updated for ims_dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Feb 9, 2016
1 parent b88f23d commit 8674077
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/ims_usrloc_scscf/contact_dlg_handlers.c
Expand Up @@ -9,8 +9,8 @@
#include "usrloc.h"
#include "ucontact.h"
#include "dlist.h"
#include "../../modules/dialog_ng/dlg_load.h"
#include "../../modules/dialog_ng/dlg_hash.h"
#include "../../modules/ims_dialog/dlg_load.h"
#include "../../modules/ims_dialog/dlg_hash.h"

extern struct dlg_binds dlgb;

Expand Down
4 changes: 2 additions & 2 deletions modules/ims_usrloc_scscf/impurecord.c
Expand Up @@ -58,8 +58,8 @@
#include "subscribe.h"
#include "usrloc_db.h"
#include "../../lib/ims/useful_defs.h"
#include "../../modules/dialog_ng/dlg_load.h"
#include "../../modules/dialog_ng/dlg_hash.h"
#include "../../modules/ims_dialog/dlg_load.h"
#include "../../modules/ims_dialog/dlg_hash.h"
#include "contact_hslot.h"
#include "dlist.h"
#include "ul_scscf_stats.h"
Expand Down
4 changes: 2 additions & 2 deletions modules/ims_usrloc_scscf/ul_mod.c
Expand Up @@ -63,8 +63,8 @@
#include "contact_hslot.h"
#include "../presence/bind_presence.h"
#include "../presence/hash.h"
#include "../../modules/dialog_ng/dlg_load.h"
#include "../../modules/dialog_ng/dlg_hash.h"
#include "../../modules/ims_dialog/dlg_load.h"
#include "../../modules/ims_dialog/dlg_hash.h"
#include "ul_scscf_stats.h"

MODULE_VERSION
Expand Down

0 comments on commit 8674077

Please sign in to comment.