diff options
Diffstat (limited to 'gcc/c/c-objc-common.c')
-rw-r--r-- | gcc/c/c-objc-common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c index 18247af..20dc024 100644 --- a/gcc/c/c-objc-common.c +++ b/gcc/c/c-objc-common.c @@ -27,8 +27,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "c-objc-common.h" -#include <new> // For placement new. - static bool c_tree_printer (pretty_printer *, text_info *, const char *, int, bool, bool, bool); |