gdb/configure.ac: add --enable-source-highlight
[deliverable/binutils-gdb.git] / gdb / complaints.c
index b1422076989ccce20db11d8e55c07cbd6f5930ab..c5b5471ee181a5980265fdc0d83a7fdf1819e8be 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Standard C++ includes.  */
-#include <unordered_map>
-
-/* Local non-gdb includes.  */
-#include "command.h"
 #include "complaints.h"
+#include "command.h"
 #include "gdbcmd.h"
+#include <unordered_map>
 
 /* Map format strings to counters.  */
 
This page took 0.026125 seconds and 4 git commands to generate.