Module: kamailio Branch: master Commit: 8f2c8c7050c1899f6db38e0f68d83d56cb4601c6 URL: https://github.com/kamailio/kamailio/commit/8f2c8c7050c1899f6db38e0f68d83d56...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-01-04T15:49:48+01:00
lcr: removed kmi include
---
Modified: src/modules/lcr/lcr_mod.h
---
Diff: https://github.com/kamailio/kamailio/commit/8f2c8c7050c1899f6db38e0f68d83d56... Patch: https://github.com/kamailio/kamailio/commit/8f2c8c7050c1899f6db38e0f68d83d56...
---
diff --git a/src/modules/lcr/lcr_mod.h b/src/modules/lcr/lcr_mod.h index 8327a4a..5481d2e 100644 --- a/src/modules/lcr/lcr_mod.h +++ b/src/modules/lcr/lcr_mod.h @@ -15,8 +15,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ @@ -34,7 +34,6 @@
#include <stdio.h> #include <pcre.h> -#include "../../lib/kmi/mi.h" #include "../../core/locking.h" #include "../../core/parser/parse_uri.h" #include "../../core/ip_addr.h"