X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb-dlfcn.h;h=90b66a636b9894900f26f9c4db9740c1491ae4b9;hb=f94f411b8308674eb4f790a9fcad0ffa30b568e5;hp=afc1a25016fb40ab82061017fe77ee7be7744ff2;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb-dlfcn.h b/gdb/gdb-dlfcn.h index afc1a25016..90b66a636b 100644 --- a/gdb/gdb-dlfcn.h +++ b/gdb/gdb-dlfcn.h @@ -1,6 +1,6 @@ /* Platform independent shared object routines for GDB. - Copyright (C) 2011-2014 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -20,8 +20,6 @@ #ifndef GDB_DLFCN_H #define GDB_DLFCN_H -#include "defs.h" - /* Load the dynamic library file named FILENAME, and return a handle for that dynamic library. Return NULL if the loading fails for any reason. */