Introduce program_space::remove_objfile
[deliverable/binutils-gdb.git] / gdb / amd64-obsd-nat.c
index cf6694e99c2b768b2a77389fc75ed2c0994021b2..4963c42d06cfb90da877fb833d620f716894ee2a 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
+#include "gdbcore.h"
+#include "regcache.h"
+#include "target.h"
 
-/* Local non-gdb includes.  */
+#include "amd64-tdep.h"
 #include "amd64-bsd-nat.h"
 #include "amd64-nat.h"
-#include "amd64-tdep.h"
-#include "gdbcore.h"
 #include "obsd-nat.h"
-#include "regcache.h"
-#include "target.h"
 
 /* Mapping between the general-purpose registers in OpenBSD/amd64
    `struct reg' format and GDB's register cache layout for
This page took 0.024777 seconds and 4 git commands to generate.