X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fmi%2Fmi-getopt.c;h=0a07a39e0a6e1033f295d198de9739fb3119e9af;hb=003ea5a89ab7e9eaa65cb158a953d63dac2612c6;hp=952214ecae08e3bd91c02bc3b8080649b843cda9;hpb=a0eaec95753c0f093f5cb80080ef423030d35edd;p=platform%2Fupstream%2Fgdb.git diff --git a/gdb/mi/mi-getopt.c b/gdb/mi/mi-getopt.c index 952214e..0a07a39 100644 --- a/gdb/mi/mi-getopt.c +++ b/gdb/mi/mi-getopt.c @@ -1,5 +1,5 @@ /* MI Command Set - MI Option Parser. - Copyright (C) 2000-2014 Free Software Foundation, Inc. + Copyright (C) 2000-2015 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. @@ -19,8 +19,6 @@ #include "defs.h" #include "mi-getopt.h" -#include - /* See comments about mi_getopt and mi_getopt_silent in mi-getopt.h. When there is an unknown option, if ERROR_ON_UNKNOWN is true, throw an error, otherwise return -1. */