X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0590cedca75c01811972b2f694f60f24028ee973..05b75f8d50b83e943af3be4071449304d82dbdcd:/lib/base64.c diff --git a/lib/base64.c b/lib/base64.c index d4ba61f..2975333 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005, 2007 Richard Kettlewell + * Copyright (C) 2005, 2007, 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 @@ -21,12 +21,7 @@ * @brief Support for MIME base64 */ -#include -#include "types.h" - -#include - -#include +#include "common.h" #include "mem.h" #include "base64.h"