diff options
Diffstat (limited to 'lib/ftoastr.c')
-rw-r--r-- | lib/ftoastr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ftoastr.c b/lib/ftoastr.c index 7c99ef00f38..ebeed3e1347 100644 --- a/lib/ftoastr.c +++ b/lib/ftoastr.c @@ -1,6 +1,6 @@ /* floating point to accurate string - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2012 Free Software Foundation, Inc. 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 @@ -29,7 +29,6 @@ #include "ftoastr.h" -#include "intprops.h" #include <float.h> #include <stdio.h> #include <stdlib.h> |