#include cleanup in HashTableX.h
This commit is contained in:
parent
84e7a4153c
commit
4b7b40ac96
@ -1,5 +1,3 @@
|
||||
#include "gb-include.h"
|
||||
|
||||
#include "HashTableX.h"
|
||||
#include "SafeBuf.h"
|
||||
#include "JobScheduler.h"
|
||||
|
@ -5,8 +5,12 @@
|
||||
#ifndef GB_HASHTABLEX_H
|
||||
#define GB_HASHTABLEX_H
|
||||
|
||||
#include "SafeBuf.h"
|
||||
#include "Sanity.h"
|
||||
#include <inttypes.h>
|
||||
#include "types.h"
|
||||
#include <stddef.h>
|
||||
#include "hash.h"
|
||||
#include "Log.h"
|
||||
|
||||
|
||||
class HashTableX {
|
||||
|
@ -15,6 +15,7 @@
|
||||
#define MAX_PHRASE_POP 16800
|
||||
|
||||
#include "HashTableX.h"
|
||||
#include "SafeBuf.h"
|
||||
|
||||
class Speller {
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "utf8_convert.h"
|
||||
#include "HashTableX.h"
|
||||
#include "Errno.h"
|
||||
#include <iconv.h>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user