add include of "complaints.h"
authorDavid D. Zuhn <zoo@cygnus>
Mon, 21 Dec 1992 10:22:03 +0000 (10:22 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 21 Dec 1992 10:22:03 +0000 (10:22 +0000)
gdb/ChangeLog
gdb/remote-vx.c

index bfb1cba..4f66053 100644 (file)
@@ -1,3 +1,7 @@
+Mon Dec 21 02:17:57 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * remote-vx.c: remove include of "symfile.h", replace it with "complaints.h"
+
 Fri Dec 18 10:32:25 1992  Fred Fish  (fnf@cygnus.com)
 
        * Makefile.in (VERSION):  Bump to 4.7.4.
index 1f862a6..91d2e87 100644 (file)
@@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "gdbcore.h"
 #include "command.h"
 #include "symtab.h"
-#include "symfile.h"           /* for struct complaint */
+#include "complaints.h"
 
 #include <string.h>
 #include <errno.h>