summaryrefslogtreecommitdiff
path: root/printf/vsnprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf/vsnprintf.c')
-rw-r--r--printf/vsnprintf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/printf/vsnprintf.c b/printf/vsnprintf.c
index cb5e31066..4a045db14 100644
--- a/printf/vsnprintf.c
+++ b/printf/vsnprintf.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 <string.h> /* for strlen */
#include "gmp.h"