Skip to content

Commit

Permalink
remove useless route.c include
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 19, 2015
1 parent 6f07dab commit 857857c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modules/emergency/emergency_methods.c
Expand Up @@ -1488,7 +1488,7 @@ int check_myself(struct sip_msg *msg) {
return 0;
}
LM_DBG(" --- emergency_call TRADUCAO %.*s \n \n", msg->parsed_uri.host.len, msg->parsed_uri.host.s);
ret = check_self_op(EQUAL_OP, &msg->parsed_uri.host, 0);
ret = check_self(&msg->parsed_uri.host, 0, 0);
LM_DBG(" --- emergency_call retorno check_self_op %d \n \n", ret);
return ret;
}
Expand Down
1 change: 0 additions & 1 deletion modules/emergency/emergency_methods.h
Expand Up @@ -36,7 +36,6 @@
#include "../../mod_fix.h"
#include "../../socket_info.h"
#include "../../route_struct.h"
#include "../../route.c"
#include "../rr/api.h"
#include "../../ip_addr.h"
#include "../../parser/msg_parser.h"
Expand Down

0 comments on commit 857857c

Please sign in to comment.