Warn users about mismatched PID namespaces
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 6a9d13d448af6f3f8ee0428305131220de4dac54..3cceb5925430b3da11f69dccbdfe51fc684ddc9a 100644 (file)
 
 #include "defs.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.024084 seconds and 4 git commands to generate.