1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 08:24:40 +02:00

remove useless config.h

This commit is contained in:
Xiangfu Liu 2011-04-08 16:08:20 +08:00
parent 04ed523633
commit c9f7c85607
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <config.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_LIBREADLINE #ifdef HAVE_LIBREADLINE

View File

@ -23,7 +23,6 @@
#include "shell.h" #include "shell.h"
#include "app_config.h" #include "app_config.h"
#include "ingenic.h" #include "ingenic.h"
#include <config.h>
static int usbboot_boot(shell_context_t *ctx, int argc, char *argv[]); static int usbboot_boot(shell_context_t *ctx, int argc, char *argv[]);
static int usbboot_load(shell_context_t *ctx, int argc, char *argv[]); static int usbboot_load(shell_context_t *ctx, int argc, char *argv[]);