X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/0e817160896df90ddfb99ccab9e1c8f4fcb4f807..b0b15b7ced28b3c6ddfcd4b0a7e46ee6432a243c:/lib/ifreq.c diff --git a/lib/ifreq.c b/lib/ifreq.c index 3704aa6..3ec92b0 100644 --- a/lib/ifreq.c +++ b/lib/ifreq.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 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,15 +21,13 @@ * @brief Network interface support */ -#include -#include "types.h" +#include "common.h" #include #include #include #include #include -#include #include "ifreq.h" #include "mem.h"