Revert the header-sorting patch
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index a4cc3c9c4fa3e3100f99bb74c9e13515660fd39d..af048f7a18f940c02633c228a864f8f68d46d5cd 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Local non-gdb includes.  */
-#include "bsd-uthread.h"
-#include "gdb_obstack.h"
 #include "gdbcore.h"
 #include "gdbthread.h"
 #include "inferior.h"
 #include "symfile.h"
 #include "target.h"
 
+#include "gdb_obstack.h"
+
+#include "bsd-uthread.h"
+
 static const target_info bsd_uthread_target_info = {
   "bsd-uthreads",
   N_("BSD user-level threads"),
This page took 0.023978 seconds and 4 git commands to generate.