#include cleanup in HashTableX.h

This commit is contained in:
Ivan Skytte Jørgensen 2018-07-20 16:29:06 +02:00
parent 84e7a4153c
commit 4b7b40ac96
4 changed files with 7 additions and 3 deletions

@ -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>