summaryrefslogtreecommitdiff
path: root/printf/sprintffuns.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf/sprintffuns.c')
-rw-r--r--printf/sprintffuns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/printf/sprintffuns.c b/printf/sprintffuns.c
index 0acd9ef39..80f6099cb 100644
--- a/printf/sprintffuns.c
+++ b/printf/sprintffuns.c
@@ -21,14 +21,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 <stdlib.h>
#include <string.h>