* objfiles.c: Don't include mdebugread.h.
+2013-01-02  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.h (struct ecoff_debug_hack): Remove.
+       * objfiles.c: Don't include mdebugread.h.
+
 2013-01-02  Tom Tromey  <tromey@redhat.com>
 
        * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
 
 #include "gdb-stabs.h"
 #include "target.h"
 #include "bcache.h"
-#include "mdebugread.h"
 #include "expression.h"
 #include "parser-defs.h"
 
 
 
 /* From mdebugread.c */
 
-/* Hack to force structures to exist before use in parameter list.  */
-struct ecoff_debug_hack
-{
-  struct ecoff_debug_swap *a;
-  struct ecoff_debug_info *b;
-};
-
 extern void mdebug_build_psymtabs (struct objfile *,
                                   const struct ecoff_debug_swap *,
                                   struct ecoff_debug_info *);