Fix foreach_with_prefix regression
[deliverable/binutils-gdb.git] / gdb / block.c
index 366141c0333c7393c3835cf17f679bcc845d55a1..63c7d9f3955a4e149eeeb8a3c574c039b41302f2 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
-#include "addrmap.h"
 #include "block.h"
-#include "cp-support.h"
+#include "symtab.h"
+#include "symfile.h"
 #include "gdb_obstack.h"
+#include "cp-support.h"
+#include "addrmap.h"
 #include "gdbtypes.h"
 #include "objfiles.h"
-#include "symfile.h"
-#include "symtab.h"
 
 /* This is used by struct block to store namespace-related info for
    C++ files, namely using declarations and the current namespace in
This page took 0.02434 seconds and 4 git commands to generate.