Răsfoiți Sursa

kazoo : remove dead code

lazedo 11 ani în urmă
părinte
comite
e300df1940
2 a modificat fișierele cu 2 adăugiri și 9 ștergeri
  1. 2 8
      modules/kazoo/kazoo.c
  2. 0 1
      modules/kazoo/kz_amqp.h

+ 2 - 8
modules/kazoo/kazoo.c

@@ -3,7 +3,7 @@
  *
  * Kazoo module interface
  *
- * Copyright (C) 2013 2600Hz
+ * Copyright (C) 2010-2014 2600Hz
  *
  * This file is part of Kamailio, a free SIP server.
  *
@@ -23,7 +23,7 @@
  *
  * History:
  * --------
- * 2013-04  first version (Anca Vamanu)
+ * 2014-08  first version (2600hz)
  */
 
 #include <stdio.h>
@@ -33,14 +33,8 @@
 #include "../../lib/srdb1/db.h"
 #include "../../dprint.h"
 #include "../../lib/kmi/mi.h"
-#include "../tm/tm_load.h"
 #include "../../cfg/cfg_struct.h"
 
-#include "../pua/pua.h"
-#include "../pua/pua_bind.h"
-#include "../pua/send_publish.h"
-#include "../presence/bind_presence.h"
-
 #include "kz_amqp.h"
 #include "kz_json.h"
 #include "kz_fixup.h"

+ 0 - 1
modules/kazoo/kz_amqp.h

@@ -11,7 +11,6 @@
 #include <amqp.h>
 
 #include "../../sr_module.h"
-#include "../tm/tm_load.h"
 
 #include "const.h"
 #include "defs.h"