diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 16:57:51 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 16:57:51 +0000 |
commit | e1dc8171aeca3fc75b473952b5054c6d5b35167a (patch) | |
tree | d79eff05596848d52198c25b7336ef8f9253076f /newlib/libc/stdio/scanf.c | |
parent | fcd3838ab5b56acb6d53045c69c5558af8bb3b4c (diff) | |
download | newlib-e1dc8171aeca3fc75b473952b5054c6d5b35167a.zip newlib-e1dc8171aeca3fc75b473952b5054c6d5b35167a.tar.gz newlib-e1dc8171aeca3fc75b473952b5054c6d5b35167a.tar.bz2 |
2003-11-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/scanf.c: Don't include local.h more than once.
Diffstat (limited to 'newlib/libc/stdio/scanf.c')
-rw-r--r-- | newlib/libc/stdio/scanf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/stdio/scanf.c b/newlib/libc/stdio/scanf.c index 92473ad..de8e038 100644 --- a/newlib/libc/stdio/scanf.c +++ b/newlib/libc/stdio/scanf.c @@ -25,8 +25,6 @@ #include <varargs.h> #endif -#include "local.h" - #ifndef _REENT_ONLY int |