diff options
Diffstat (limited to 'gdb/param.h')
-rwxr-xr-x | gdb/param.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/param.h b/gdb/param.h index a0b59e5..62eee1c 100755 --- a/gdb/param.h +++ b/gdb/param.h @@ -21,8 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ param-no-tm.h. Any future inclusions of param.h will be protected against by the #if !defined stuff below. */ -/* Some tm files need CORE_ADDR, for example. */ -#include "defs.h" +/* This file requires defs.h. */ #if !defined (PARAM_H) #include "tm.h" |