summaryrefslogtreecommitdiff
path: root/scanf/vfscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scanf/vfscanf.c')
-rw-r--r--scanf/vfscanf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/scanf/vfscanf.c b/scanf/vfscanf.c
index 44685fe32..a17f8873d 100644
--- a/scanf/vfscanf.c
+++ b/scanf/vfscanf.c
@@ -17,14 +17,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */
-#include "config.h"
-
-#if HAVE_STDARG
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-
#include <stdio.h>
#include "gmp.h"