Sort includes for files gdb/[a-f]*.[chyl].
[deliverable/binutils-gdb.git] / gdb / bcache.c
index 14a7847496226d5b9e4165226d1bd46dd373757c..37ca7c455a81ac9127a57ebb2ccc624e2f1df16e 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "gdb_obstack.h"
+
+/* Local non-gdb includes.  */
 #include "bcache.h"
+#include "gdb_obstack.h"
 
 /* The type used to hold a single bcache string.  The user data is
    stored in d.data.  Since it can be any type, it needs to have the
This page took 0.024342 seconds and 4 git commands to generate.