Moving all common header file into common_def.h file
[o-du/l2.git] / src / cm / lkw.c
index 931e0b4..c449d50 100755 (executable)
  
 \f  
 /* header include files (.h) */
-  
-#include "envopt.h"             /* environment options */
-#include "envdep.h"             /* environment dependent */
-#include "envind.h"             /* environment independent */
-
-#include "gen.h"                /* general */
-#include "ssi.h"                /* system services interface */
-#include "cm_lte.h"                /* layer manager */
+#include "common_def.h"
 #include "lkw.h"                /* Layer manager */
 
 /* header/extern include files (.x) */
 
-#include "gen.x"                /* general */
-#include "ssi.x"                /* system services interface */
-#include "cm_lib.x"             /* common library header file */
-#include "cm_lte.x"                /* layer manager */
 #include "lkw.x"                /* layer manager */
 
 #ifdef LCLKW