From f28f6ee3560c9dd25c57320976054c3b5d018a2f Mon Sep 17 00:00:00 2001
From: winckel <winckel@eurecom.fr>
Date: Mon, 21 Oct 2013 17:05:38 +0000
Subject: [PATCH] Included "mme_config.h" explicitely in this files because it
 must be removed from "intertask_interface.h" to make itti more generic.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4242 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/MME_APP/mme_app_bearer.c            | 1 +
 openair-cn/MME_APP/mme_app_context.c           | 1 +
 openair-cn/SGW-LITE/sgw_lite_context_manager.c | 1 +
 openair-cn/SGW-LITE/sgw_lite_handlers.c        | 1 +
 openair-cn/SGW-LITE/sgw_lite_task.c            | 2 +-
 5 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/openair-cn/MME_APP/mme_app_bearer.c b/openair-cn/MME_APP/mme_app_bearer.c
index 7eff8c9cda..8347f0a922 100644
--- a/openair-cn/MME_APP/mme_app_bearer.c
+++ b/openair-cn/MME_APP/mme_app_bearer.c
@@ -33,6 +33,7 @@
 #include <string.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 
 #include "mme_app_extern.h"
 #include "mme_app_ue_context.h"
diff --git a/openair-cn/MME_APP/mme_app_context.c b/openair-cn/MME_APP/mme_app_context.c
index 5b2408b9a0..e0faa78ced 100644
--- a/openair-cn/MME_APP/mme_app_context.c
+++ b/openair-cn/MME_APP/mme_app_context.c
@@ -38,6 +38,7 @@
 #include <arpa/inet.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 
 #include "assertions.h"
 #include "conversions.h"
diff --git a/openair-cn/SGW-LITE/sgw_lite_context_manager.c b/openair-cn/SGW-LITE/sgw_lite_context_manager.c
index acc08abe8b..091788806d 100644
--- a/openair-cn/SGW-LITE/sgw_lite_context_manager.c
+++ b/openair-cn/SGW-LITE/sgw_lite_context_manager.c
@@ -37,6 +37,7 @@
 #include "hashtable.h"
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 #include "sgw_lite_defs.h"
 #include "sgw_lite_context_manager.h"
 #include "sgw_lite.h"
diff --git a/openair-cn/SGW-LITE/sgw_lite_handlers.c b/openair-cn/SGW-LITE/sgw_lite_handlers.c
index b45d30aeed..c1e6727046 100644
--- a/openair-cn/SGW-LITE/sgw_lite_handlers.c
+++ b/openair-cn/SGW-LITE/sgw_lite_handlers.c
@@ -36,6 +36,7 @@
 #include "assertions.h"
 #include "common_types.h"
 #include "intertask_interface.h"
+#include "mme_config.h"
 
 #include "sgw_lite_defs.h"
 #include "sgw_lite_handlers.h"
diff --git a/openair-cn/SGW-LITE/sgw_lite_task.c b/openair-cn/SGW-LITE/sgw_lite_task.c
index 84fd3cb13c..3da1b8c3c2 100644
--- a/openair-cn/SGW-LITE/sgw_lite_task.c
+++ b/openair-cn/SGW-LITE/sgw_lite_task.c
@@ -35,10 +35,10 @@
 #include <assert.h>
 
 #include "intertask_interface.h"
+#include "mme_config.h"
 #include "sgw_lite_defs.h"
 #include "sgw_lite_handlers.h"
 #include "sgw_lite.h"
-#include "mme_config.h"
 #include "hashtable.h"
 
 sgw_app_t    sgw_app;
-- 
2.26.2