Skip to content

Commit

Permalink
ims_charging: Rename module interface file #82
Browse files Browse the repository at this point in the history
(cherry picked from commit da4a97f)
  • Loading branch information
linuxmaniac committed Feb 13, 2017
1 parent 2dcf0f4 commit 1c0933c
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_charging/ccr.c
Expand Up @@ -3,7 +3,7 @@
#include "ccr.h"
#include "Ro_data.h"
#include "ro_avp.h"
#include "mod.h"
#include "ims_charging_mod.h"

extern cdp_avp_bind_t *cdp_avp;
extern struct cdp_binds cdpb;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_charging/dialog.c
@@ -1,4 +1,4 @@
#include "mod.h"
#include "ims_charging_mod.h"
#include "dialog.h"
#include "ro_session_hash.h"
#include "ro_db_handler.h"
Expand Down
Expand Up @@ -5,7 +5,7 @@
* Author: jaybeepee
*/

#include "mod.h"
#include "ims_charging_mod.h"
#include "../../core/sr_module.h"
#include "../../modules/ims_dialog/dlg_load.h"
#include "../../modules/ims_dialog/dlg_hash.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/modules/ims_charging/ims_ro.c
@@ -1,4 +1,4 @@
#include "mod.h"
#include "ims_charging_mod.h"

#include <math.h>
#include "../../core/parser/msg_parser.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_charging/ro_timer.c
Expand Up @@ -16,7 +16,7 @@
#include "ro_session_hash.h"
#include "ims_ro.h"
#include "ro_db_handler.h"
#include "mod.h"
#include "ims_charging_mod.h"
#include "ims_charging_stats.h"
#include "../../core/counters.h"

Expand Down

0 comments on commit 1c0933c

Please sign in to comment.