Include irc_std.h instead of irc.h in alist.h

Only irc_std.h is needed here, for the u_32int_t type.
This commit is contained in:
Kevin Easton
2017-05-04 23:26:47 +10:00
parent 6d50e933ee
commit 65646f6b71

View File

@@ -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"
/*