Revert the header-sorting patch
[deliverable/binutils-gdb.git] / gdb / completer.c
index ae7999926fd093fb06975fc2e0f166281ab9ddc3..d7cf4fd1203efd5f38ff5b363bdd68882fe84e41 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Standard C++ includes.  */
-#include <algorithm>
-
-/* Local non-gdb includes.  */
-#include "arch-utils.h"
-#include "cli/cli-decode.h"
-#include "common/gdb_signals.h"
-#include "expression.h"
-#include "filenames.h"
+#include "symtab.h"
 #include "gdbtypes.h"
+#include "expression.h"
+#include "filenames.h"         /* For DOSish file names.  */
 #include "language.h"
-#include "linespec.h"
-#include "location.h"
-#include "reggroups.h"
-#include "symtab.h"
+#include "common/gdb_signals.h"
 #include "target.h"
+#include "reggroups.h"
 #include "user-regs.h"
+#include "arch-utils.h"
+#include "location.h"
+#include <algorithm>
+#include "linespec.h"
+#include "cli/cli-decode.h"
 
 /* FIXME: This is needed because of lookup_cmd_1 ().  We should be
    calling a hook instead so we eliminate the CLI dependency.  */
This page took 0.023757 seconds and 4 git commands to generate.