X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..05438e8999dbc0edc4cc82c3df4cc5efdedb777e:/lib/hash.c diff --git a/lib/hash.c b/lib/hash.c index 2fc19c1..f730a58 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005, 2006 Richard Kettlewell + * Copyright (C) 2005-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,14 +18,12 @@ * USA */ -#include -#include "types.h" - -#include +#include "common.h" #include "hash.h" #include "mem.h" #include "log.h" +#include "kvp.h" struct entry { struct entry *next; /* next entry same key */ @@ -171,4 +169,3 @@ fill-column:79 indent-tabs-mode:nil End: */ -/* arch-tag:8JLNu2iwue7D0MlS0/nR2g */