Remove unnecessary struct.h include from hash.h

This commit is contained in:
Kevin Easton
2017-05-04 23:14:00 +10:00
parent be65ab7adb
commit 6d50e933ee

View File

@@ -9,9 +9,8 @@
*
* @(#)$Id$
*/
#ifndef _HASH_H_
#define _HASH_H_
#ifndef HASH_H_
#define HASH_H_
#define NICKLIST_HASHSIZE 79
#define WHOWASLIST_HASHSIZE 271
@@ -20,9 +19,6 @@
# define REMOVE_FROM_LIST 1
#endif
#include "struct.h"
/* hashentry: structure for all hash lists we make.
* quite generic, but powerful.
*/