Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / common / queue.h
index ed95ce7771a2991f1eef20e3ec11ffa185b07d60..3bc9c7e212a59f8a06d7b8ca529a99d8812bf66d 100644 (file)
@@ -17,8 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifndef QUEUE_H
-#define QUEUE_H
+#ifndef COMMON_QUEUE_H
+#define COMMON_QUEUE_H
 
 /* These macros implement functions and structs for a general queue.
    Macro 'DEFINE_QUEUE_P(TYPEDEF)' is to define the new queue type for
@@ -295,4 +295,4 @@ extern void                                                 \
   queue_ ## TYPE ## _remove_elem (QUEUE (TYPE) *q,             \
                                  QUEUE_ITER (TYPE) *iter);     \
 
-#endif /* QUEUE_H */
+#endif /* COMMON_QUEUE_H */
This page took 0.024861 seconds and 4 git commands to generate.