Use canonicalize_file_name unconditionally
[deliverable/binutils-gdb.git] / gdb / bcache.c
index 0c87e2d5e349b3d841f25bc3ef4133a400d4316b..ac14ba4d4fcb49fa11cf42ce7e5a2e583687bfb4 100644 (file)
 #include "defs.h"
 #include "gdb_obstack.h"
 #include "bcache.h"
-#include <string.h>            /* For memcpy declaration */
-#include "gdb_assert.h"
-
-#include <stddef.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.024363 seconds and 4 git commands to generate.