X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/36bde473fdfeb75de65fb7b1920a6fb137f32f3c..cca956b199841d754e8a78391d2e2c7efce4a3ee:/lib/kvp.c diff --git a/lib/kvp.c b/lib/kvp.c index f9081ef..9cd0554 100644 --- a/lib/kvp.c +++ b/lib/kvp.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005 Richard Kettlewell + * Copyright (C) 2004, 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 @@ -18,11 +18,7 @@ * USA */ -#include -#include "types.h" - -#include -#include +#include "common.h" #include "mem.h" #include "kvp.h"