* cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index e8563ff5c59d57317f2143e2a01dbc933c4568b8..cb54721564e474097e33e2d1057ee089a3dbc3fc 100644 (file)
 #if !defined (CLI_DECODE_H)
 #define CLI_DECODE_H 1
 
-#include "gdb_regex.h"         /* Needed by apropos_cmd.  */
 #include "command.h"
 
+struct re_pattern_buffer;
+
 #if 0
 /* FIXME: cagney/2002-03-17: Once cmd_type() has been removed, ``enum
    cmd_types'' can be moved from "command.h" to "cli-decode.h".  */
This page took 0.023939 seconds and 4 git commands to generate.