Move include/callback.h and include/remote-sim.h to include/gdb/.

Update accordingly.
This commit is contained in:
Andrew Cagney
2002-06-09 15:45:54 +00:00
parent 1029b7fa6a
commit 3c25f8c7b0
55 changed files with 182 additions and 82 deletions

View File

@@ -41,7 +41,7 @@
#include "defs.h"
#include "inferior.h"
#include "value.h"
#include "callback.h"
#include "gdb/callback.h"
#include "command.h"
#include <ctype.h>
#include <fcntl.h>