Commit b83aca1d authored by winckel's avatar winckel

Moved "assertions.h" into the "common/utils" directory.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4536 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 44a88c50
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define ASN1_CONVERSIONS_H_ #define ASN1_CONVERSIONS_H_
#include "BIT_STRING.h" #include "BIT_STRING.h"
#include "UTIL/assertions.h" #include "assertions.h"
//-----------------------begin func ------------------- //-----------------------begin func -------------------
......
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
06410 Biot FRANCE 06410 Biot FRANCE
*******************************************************************************/ *******************************************************************************/
#include <stdio.h>
#ifndef ASSERTIONS_H_ #ifndef ASSERTIONS_H_
#define ASSERTIONS_H_ #define ASSERTIONS_H_
#include <stdio.h>
#define DevCheck(cOND, vALUE1, vALUE2, vALUE3) \ #define DevCheck(cOND, vALUE1, vALUE2, vALUE3) \
do { \ do { \
if (!(cOND)) { \ if (!(cOND)) { \
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "proto.h" #include "proto.h"
#include "extern.h" #include "extern.h"
#include "UTIL/assertions.h" #include "assertions.h"
#include "UTIL/OCG/OCG.h" #include "UTIL/OCG/OCG.h"
#include "UTIL/OCG/OCG_extern.h" #include "UTIL/OCG/OCG_extern.h"
#include "UTIL/LOG/log.h" #include "UTIL/LOG/log.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <pgm/pgm.h> #include <pgm/pgm.h>
#include "UTIL/assertions.h" #include "assertions.h"
#include "multicast_link.h" #include "multicast_link.h"
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "defs.h" #include "defs.h"
#include "extern.h" #include "extern.h"
#include "UTIL/assertions.h" #include "assertions.h"
#include "asn1_conversions.h" #include "asn1_conversions.h"
#include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h" #include "RRC/L2_INTERFACE/openair_rrc_L2_interface.h"
#include "LAYER2/RLC/rlc.h" #include "LAYER2/RLC/rlc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment