Remove space.
[bertos.git] / bertos / drv / lcd_hd44.c
index 2949bb738cb91832019ccc124788d815e34b3761..4f872473c2afc96a116c403967092e1ea508c041 100644 (file)
  * \brief LM044L type LCD hardware module (impl.)
  *
  * \version $Id$
+ *
  * \author Bernardo Innocenti <bernie@develer.com>
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#include "hw_lcd.h"
+#include "lcd_hd44.h"
+
+#include "hw/hw_lcd.h"
 
-#include <cfg/cfg_arch.h>
+#include "cfg/cfg_arch.h"
 
-#include <drv/lcd_hd44.h>
 #include <drv/timer.h>
 
 #if defined(LCD_READ_H) && defined(LCD_READ_L) && defined(LCD_WRITE_H) && defined(LCD_WRITE_L)