diff options
Diffstat (limited to 'gdb/d-namespace.c')
-rw-r--r-- | gdb/d-namespace.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/d-namespace.c b/gdb/d-namespace.c index 4edef18..e5d4adf 100644 --- a/gdb/d-namespace.c +++ b/gdb/d-namespace.c @@ -18,12 +18,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "symtab.h" + +/* Local non-gdb includes. */ #include "block.h" -#include "language.h" -#include "namespace.h" #include "d-lang.h" #include "gdb_obstack.h" +#include "language.h" +#include "namespace.h" +#include "symtab.h" /* This returns the length of first component of NAME, which should be the demangled name of a D variable/function/method/etc. |