* config/tc-mips.c: Fix formatting.
[deliverable/binutils-gdb.git] / gprof / gprof.c
index db6dd9a5cc1d2b8968c00a771b93efc067fc55e8..75923d757c352c836315b26e5129b530791bf9df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983, 1998, 2001 Regents of the University of California.
+ * Copyright (c) 1983, 1998, 2001, 2002 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -16,7 +16,6 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
-#include "getopt.h"
 #include "libiberty.h"
 #include "gprof.h"
 #include "search_list.h"
@@ -32,6 +31,7 @@
 #include "hist.h"
 #include "sym_ids.h"
 #include "demangle.h"
+#include "getopt.h"
 
 static void usage PARAMS ((FILE *, int)) ATTRIBUTE_NORETURN;
 int main PARAMS ((int, char **));
This page took 0.022806 seconds and 4 git commands to generate.