From 65646f6b71e6b70d1a270a26125b2e7fb55c085e Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Thu, 4 May 2017 23:26:47 +1000 Subject: [PATCH] Include irc_std.h instead of irc.h in alist.h Only irc_std.h is needed here, for the u_32int_t type. --- include/alist.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/alist.h b/include/alist.h index 0920efa..7f5d457 100644 --- a/include/alist.h +++ b/include/alist.h @@ -2,11 +2,10 @@ * alist.h -- resizeable arrays * Copyright 1997 EPIC Software Labs */ +#ifndef ALIST_H_ +#define ALIST_H_ -#ifndef __alist_h__ -#define __alist_h__ - -#include "irc.h" +#include "irc_std.h" #include "ircaux.h" /*