Yet more signed overflow fixes
[deliverable/binutils-gdb.git] / gdb / findcmd.c
index 6d66730edee633785a45f50fd80d0ee0d1ce0b7c..5a1fa89938aebfab14ee46e3238da95a43d21bbd 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-
-/* Standard C includes.  */
-#include <ctype.h>
-
-/* Standard C++ includes.  */
-#include <algorithm>
-
-/* Local non-gdb includes.  */
 #include "arch-utils.h"
-#include "cli/cli-utils.h"
-#include "common/byte-vector.h"
+#include <ctype.h>
 #include "gdbcmd.h"
-#include "target.h"
 #include "value.h"
+#include "target.h"
+#include "cli/cli-utils.h"
+#include <algorithm>
+#include "gdbsupport/byte-vector.h"
 
 /* Copied from bfd_put_bits.  */
 
This page took 0.025791 seconds and 4 git commands to generate.