summaryrefslogtreecommitdiff
path: root/scanf/vsscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scanf/vsscanf.c')
-rw-r--r--scanf/vsscanf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/scanf/vsscanf.c b/scanf/vsscanf.c
index 80b31430f..a0f7aa60d 100644
--- a/scanf/vsscanf.c
+++ b/scanf/vsscanf.c
@@ -17,13 +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 <string.h>