board: cogent: include header files in a more natural way
[platform/kernel/u-boot.git] / board / cogent / lcd.c
index 76f5ad1..8e90f98 100644 (file)
@@ -48,7 +48,7 @@
 
 #include <common.h>
 #include <stdarg.h>
-#include <board/cogent/lcd.h>
+#include "lcd.h"
 
 static char lines[2][LCD_LINE_LENGTH+1];
 static int curline;