Warn users about mismatched PID namespaces
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 01a1fa49671fa31f6e8c02abe52a4008268fcfe6..3cceb5925430b3da11f69dccbdfe51fc684ddc9a 100644 (file)
@@ -1,6 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright (C) 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.
 
 
 #include "defs.h"
 
-#include <stdio.h>
-#include <stdlib.h>
 #include <unistd.h>
-#include <string.h>
-
 #include "safe-ctype.h"
-#include "libiberty.h"
 #include "demangle.h"
 #include "cp-support.h"
-#include "gdb_assert.h"
 
 /* Bison does not make it easy to create a parser without global
    state, unfortunately.  Here are all the global variables used
This page took 0.025793 seconds and 4 git commands to generate.