* mep-tdep.c: Update include for the new location cgen/bitset.h.
This commit is contained in:
Jan Kratochvil
2009-10-25 09:09:02 +00:00
parent 2babba4317
commit 342b5fef2a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
* mep-tdep.c: Update include for the new location cgen/bitset.h.
2009-10-23 Tom Tromey <tromey@redhat.com>
* blockframe.c (_initialize_blockframe): Remove declaration.

View File

@ -46,7 +46,7 @@
#include "elf-bfd.h"
#include "elf/mep.h"
#include "prologue-value.h"
#include "opcode/cgen-bitset.h"
#include "cgen/bitset.h"
#include "infcall.h"
#include "gdb_assert.h"