* remote.c: Include "observer.h".
+2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.in (remote.o): Update dependencies.
+ * remote.c: Include "observer.h".
+
2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
* target.c (target_read_memory_partial): Always initialize
$(symfile_h) $(exceptions_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \
$(gdb_stabs_h) $(gdbthread_h) $(remote_h) $(regcache_h) $(value_h) \
$(gdb_assert_h) $(event_loop_h) $(event_top_h) $(inf_loop_h) \
- $(serial_h) $(gdbcore_h) $(remote_fileio_h)
+ $(serial_h) $(gdbcore_h) $(remote_fileio_h) $(observer_h)
remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \
$(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \
$(exceptions_h) $(gdbcmd_h) $(serial_h) $(remote_utils_h) \
#include "regcache.h"
#include "value.h"
#include "gdb_assert.h"
+#include "observer.h"
#include <ctype.h>
#include <sys/time.h>