diff gsm-fw/L1/cust0/l1_rf12.c @ 527:a6ff7b513bcf

gsm-fw/L1/cust0: use -I flags in the Makefile to make C code files less ugly
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 21:21:07 +0000
parents 2c9c2b95ddec
children
line wrap: on
line diff
--- a/gsm-fw/L1/cust0/l1_rf12.c	Mon Jul 14 20:57:06 2014 +0000
+++ b/gsm-fw/L1/cust0/l1_rf12.c	Mon Jul 14 21:21:07 2014 +0000
@@ -8,10 +8,10 @@
  * Openmoko versions as explained in the comments for each struct.
  */
 
-#include "../../include/config.h"
-#include "../include/l1_confg.h"
-#include "../include/l1_const.h"
-#include "../include/l1_types.h"
+#include "config.h"
+#include "l1_confg.h"
+#include "l1_const.h"
+#include "l1_types.h"
 #include "../../bsp/abb+spi/abb.h"
 #include "l1_rf12.h"