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:
@@ -2,11 +2,10 @@
|
|||||||
* alist.h -- resizeable arrays
|
* alist.h -- resizeable arrays
|
||||||
* Copyright 1997 EPIC Software Labs
|
* Copyright 1997 EPIC Software Labs
|
||||||
*/
|
*/
|
||||||
|
#ifndef ALIST_H_
|
||||||
|
#define ALIST_H_
|
||||||
|
|
||||||
#ifndef __alist_h__
|
#include "irc_std.h"
|
||||||
#define __alist_h__
|
|
||||||
|
|
||||||
#include "irc.h"
|
|
||||||
#include "ircaux.h"
|
#include "ircaux.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user