* gdbthread.h (struct thread_info): Add comments around
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index 1cfbcfbce835d690da5224045d9ed0ae30882759..023e306e118d9938a6cf623a199d20378e83ab6a 100644 (file)
@@ -31,12 +31,13 @@ Boston, MA 02110-1301, USA.  */
 
 %{
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 
-#include "config.h"
 #include "safe-ctype.h"
 #include "libiberty.h"
 #include "demangle.h"
This page took 0.023941 seconds and 4 git commands to generate.