X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/bb6ae3fb80fff36cd342d6f6bff3dfabd7dd243e..6bdbecc264d37e4ec3d941db7ba0fcac0f6c1783:/lib/inputline.c diff --git a/lib/inputline.c b/lib/inputline.c index 855910f..8882f57 100644 --- a/lib/inputline.c +++ b/lib/inputline.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004 Richard Kettlewell + * Copyright (C) 2004, 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,9 @@ * @brief Line input */ -#include -#include "types.h" +#include "common.h" -#include #include -#include #include "log.h" #include "mem.h"