change hash.h to strhash.h to match new convention.
Manpage for strhash functions to follow tomorrow.
This commit is contained in:
parent
4796867161
commit
be01ce9346
@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <hash.h>
|
||||
#include <strhash.h>
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
#include <ncurses.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <hash.h>
|
||||
#include <strhash.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <forms.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <hash.h>
|
||||
#include <strhash.h>
|
||||
#include <forms.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -33,8 +33,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "hash.h"
|
||||
|
||||
#include <strhash.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user