diff options
Diffstat (limited to 'gdb/bcache.c')
-rw-r--r-- | gdb/bcache.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/bcache.c b/gdb/bcache.c index 37ca7c4..14a7847 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -20,10 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ -#include "bcache.h" #include "gdb_obstack.h" +#include "bcache.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 |