Fix elf64-ppc.c electric fence warning
[deliverable/binutils-gdb.git] / gdb / common / queue.h
index bf48cdfe74b5246fd7f57169e7b6c5c4532cf3b2..fce43493955be3d70a183719d619e3b3bb17bfd5 100644 (file)
@@ -1,6 +1,6 @@
 /* General queue data structure for GDB, the GNU debugger.
 
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,9 +20,6 @@
 #ifndef QUEUE_H
 #define QUEUE_H
 
-#include "libiberty.h" /* xmalloc */
-#include "gdb_assert.h"
-
 /* These macros implement functions and structs for a general queue.
    Macro 'DEFINE_QUEUE_P(TYPEDEF)' is to define the new queue type for
    TYPEDEF', and macro 'DECLARE_QUEUE_P' is to declare external queue
This page took 0.025252 seconds and 4 git commands to generate.