X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..33e95f039e696d2cfe6b673166a064e48ed1e341:/lib/fprintf.c diff --git a/lib/fprintf.c b/lib/fprintf.c index f86ede3..741a31e 100644 --- a/lib/fprintf.c +++ b/lib/fprintf.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 @@ -18,11 +18,8 @@ * USA */ -#include -#include "types.h" +#include "common.h" -#include -#include #include #include @@ -49,4 +46,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:40b957f66080ab957a2f7ca2d963a12f */