Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / gdb / d-namespace.c
index e5d4adf8df6fa99eb53400ab11a219dd247b4a6d..768ba23f014677b44cbe665b879488a2a87a13f2 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"
+#include "gdbarch.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.02663 seconds and 4 git commands to generate.