diff options
author | Rafaël Carré <funman@videolan.org> | 2012-05-07 00:55:59 -0400 |
---|---|---|
committer | Rafaël Carré <funman@videolan.org> | 2012-05-07 00:55:59 -0400 |
commit | 7ca20810367d9a1b211f242d1b1183dbedeeda68 (patch) | |
tree | d3203ec6d90185bbfed6b87d911c43f52c624f41 /bootloader/mini2440.c | |
parent | ed38c5d953a44f952b1090e0a61a97aca408aa7b (diff) |
remove debug-target.h
Diffstat (limited to 'bootloader/mini2440.c')
-rw-r--r-- | bootloader/mini2440.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/mini2440.c b/bootloader/mini2440.c index 23f135cb1a..2ff93a407e 100644 --- a/bootloader/mini2440.c +++ b/bootloader/mini2440.c @@ -42,7 +42,6 @@ #include "sd.h" #include "backlight-target.h" #include "lcd-target.h" -#include "debug-target.h" #include "dma-target.h" #include "uart-s3c2440.h" #include "led-mini2440.h" |