X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/637fdea366a8a87024322d283eba89067a403493..b0b15b7ced28b3c6ddfcd4b0a7e46ee6432a243c:/lib/authhash.c diff --git a/lib/authhash.c b/lib/authhash.c index 1eaf27f..a083902 100644 --- a/lib/authhash.c +++ b/lib/authhash.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2004, 2006 Richard Kettlewell + * Copyright (C) 2004, 2006, 2007 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 @@ -19,12 +19,10 @@ */ /** @file lib/authhash.c @brief The authorization hash */ -#include -#include "types.h" +#include "common.h" #include #include -#include #include "hex.h" #include "log.h"