X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoublest.c;h=e8e39afdfa762c6c388491f6bcd3243d8f04ba9b;hb=df25ebbd091aebc132f97ffd6ce9cf7964a57981;hp=a6c11d83b49ed393497ad4ecf1df56a42a8c8c72;hpb=cc2f3c3582677a3697f416618ddee86eee7ed5ba;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doublest.c b/gdb/doublest.c index a6c11d83b4..e8e39afdfa 100644 --- a/gdb/doublest.c +++ b/gdb/doublest.c @@ -1,6 +1,6 @@ /* Floating point routines for GDB, the GNU debugger. - Copyright (C) 1986-2014 Free Software Foundation, Inc. + Copyright (C) 1986-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -26,8 +26,6 @@ #include "defs.h" #include "doublest.h" #include "floatformat.h" -#include "gdb_assert.h" -#include #include "gdbtypes.h" #include /* ldexp */