* cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
declaration for `struct re_pattern_buffer' instead. * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
This commit is contained in:
parent
f0394be648
commit
8fe84d0149
3 changed files with 9 additions and 2 deletions
|
@ -19,9 +19,10 @@
|
|||
#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". */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue