diff options
Diffstat (limited to 'gdb/values.c')
-rw-r--r-- | gdb/values.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/values.c b/gdb/values.c index 09ff38a..34875ca 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -17,9 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <stdio.h> -#include <string.h> #include "defs.h" +#include <string.h> #include "symtab.h" #include "gdbtypes.h" #include "value.h" |