summaryrefslogtreecommitdiff
path: root/scanf
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-08-29 21:40:14 +0200
committerTorbjorn Granlund <tg@gmplib.org>2016-08-29 21:40:14 +0200
commit89e2ec7c663922359f49689c92e8c778f4f566bc (patch)
tree5e622726688019e65bf2fc7f6684050b7b0fddb5 /scanf
parent9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff)
downloadgmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'scanf')
-rw-r--r--scanf/doscan.c1
-rw-r--r--scanf/fscanf.c1
-rw-r--r--scanf/fscanffuns.c1
-rw-r--r--scanf/scanf.c1
-rw-r--r--scanf/sscanf.c1
-rw-r--r--scanf/sscanffuns.c1
-rw-r--r--scanf/vfscanf.c1
-rw-r--r--scanf/vscanf.c1
-rw-r--r--scanf/vsscanf.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/scanf/doscan.c b/scanf/doscan.c
index 47b22706c..4210d029a 100644
--- a/scanf/doscan.c
+++ b/scanf/doscan.c
@@ -63,7 +63,6 @@ see https://www.gnu.org/licenses/. */
#include <sys/types.h> /* for quad_t */
#endif
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/fscanf.c b/scanf/fscanf.c
index 83f46169e..ce74aa4e0 100644
--- a/scanf/fscanf.c
+++ b/scanf/fscanf.c
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h>
#include <stdio.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/fscanffuns.c b/scanf/fscanffuns.c
index 396e9a175..f2d2939db 100644
--- a/scanf/fscanffuns.c
+++ b/scanf/fscanffuns.c
@@ -33,7 +33,6 @@ GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
#include <stdio.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/scanf.c b/scanf/scanf.c
index a944a7c02..645188cf7 100644
--- a/scanf/scanf.c
+++ b/scanf/scanf.c
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h>
#include <stdio.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/sscanf.c b/scanf/sscanf.c
index b3d12dcda..4486b835f 100644
--- a/scanf/sscanf.c
+++ b/scanf/sscanf.c
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h>
#include <stdio.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/sscanffuns.c b/scanf/sscanffuns.c
index ed5bdf57d..3ee6b63d5 100644
--- a/scanf/sscanffuns.c
+++ b/scanf/sscanffuns.c
@@ -34,7 +34,6 @@ see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdarg.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/vfscanf.c b/scanf/vfscanf.c
index 8011b5575..98b810a96 100644
--- a/scanf/vfscanf.c
+++ b/scanf/vfscanf.c
@@ -31,7 +31,6 @@ see https://www.gnu.org/licenses/. */
#include <stdarg.h>
#include <stdio.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/vscanf.c b/scanf/vscanf.c
index 51feebf72..2a8cfc1ca 100644
--- a/scanf/vscanf.c
+++ b/scanf/vscanf.c
@@ -32,7 +32,6 @@ see https://www.gnu.org/licenses/. */
#include <stdio.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/scanf/vsscanf.c b/scanf/vsscanf.c
index a5c1cb4e8..7c7b98a0e 100644
--- a/scanf/vsscanf.c
+++ b/scanf/vsscanf.c
@@ -32,7 +32,6 @@ see https://www.gnu.org/licenses/. */
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"