commit | 837b8ccce0d7045076d629445d58aa6725fdf5d4 | [log] [tgz] |
---|---|---|
author | Bertrik Sikken <bertrik@sikken.nl> | Sun Apr 17 06:58:28 2011 +0000 |
committer | Bertrik Sikken <bertrik@sikken.nl> | Sun Apr 17 06:58:28 2011 +0000 |
tree | d50c7fff4491cb2f611083a5e33ab8cc65043ae1 | |
parent | e57e4c79c1633121e1714d86a5a45600223d237d [diff] |
Remove duplicate #include in skin_parser.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29736 a1c6a512-1295-4272-9138-f99709370657
diff --git a/lib/skin_parser/skin_parser.c b/lib/skin_parser/skin_parser.c index e9f0bf8..1916111 100644 --- a/lib/skin_parser/skin_parser.c +++ b/lib/skin_parser/skin_parser.c
@@ -24,7 +24,6 @@ #include <stdbool.h> #include <string.h> #include <ctype.h> -#include <stdbool.h> #include "skin_buffer.h" #include "skin_parser.h"