diff options
Diffstat (limited to 'gcc/et-forest.h')
-rw-r--r-- | gcc/et-forest.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/et-forest.h b/gcc/et-forest.h index 8f49a82ad62..06bd82e3e8f 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -1,5 +1,6 @@ /* Et-forest data structure implementation. - Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004, 2005, 2007, 2010 + Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,9 +49,6 @@ #ifndef _ET_TREE_H #define _ET_TREE_H -#include <ansidecl.h> -#include <stddef.h> - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ |