Revert the header-sorting patch
[deliverable/binutils-gdb.git] / gdb / d-namespace.c
index e5d4adf8df6fa99eb53400ab11a219dd247b4a6d..4edef188e9e14bd52de71fc58a91cfe208e2360b 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
+#include "symtab.h"
 #include "block.h"
-#include "d-lang.h"
-#include "gdb_obstack.h"
 #include "language.h"
 #include "namespace.h"
-#include "symtab.h"
+#include "d-lang.h"
+#include "gdb_obstack.h"
 
 /* This returns the length of first component of NAME, which should be
    the demangled name of a D variable/function/method/etc.
This page took 0.026522 seconds and 4 git commands to generate.