summaryrefslogtreecommitdiff
path: root/mpq
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 /mpq
parent9deac7786c2eebbb7bdb805a544e7f7f0f3f86d3 (diff)
downloadgmp-89e2ec7c663922359f49689c92e8c778f4f566bc.tar.gz
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Diffstat (limited to 'mpq')
-rw-r--r--mpq/abs.c1
-rw-r--r--mpq/aors.c1
-rw-r--r--mpq/canonicalize.c1
-rw-r--r--mpq/clear.c1
-rw-r--r--mpq/clears.c1
-rw-r--r--mpq/cmp.c1
-rw-r--r--mpq/cmp_si.c1
-rw-r--r--mpq/cmp_ui.c1
-rw-r--r--mpq/div.c1
-rw-r--r--mpq/equal.c1
-rw-r--r--mpq/get_d.c1
-rw-r--r--mpq/get_den.c1
-rw-r--r--mpq/get_num.c1
-rw-r--r--mpq/get_str.c1
-rw-r--r--mpq/init.c1
-rw-r--r--mpq/inits.c1
-rw-r--r--mpq/inp_str.c1
-rw-r--r--mpq/inv.c1
-rw-r--r--mpq/md_2exp.c1
-rw-r--r--mpq/mul.c1
-rw-r--r--mpq/neg.c1
-rw-r--r--mpq/out_str.c1
-rw-r--r--mpq/set.c1
-rw-r--r--mpq/set_d.c1
-rw-r--r--mpq/set_den.c1
-rw-r--r--mpq/set_f.c1
-rw-r--r--mpq/set_num.c1
-rw-r--r--mpq/set_si.c1
-rw-r--r--mpq/set_str.c1
-rw-r--r--mpq/set_ui.c1
-rw-r--r--mpq/set_z.c1
-rw-r--r--mpq/swap.c1
32 files changed, 0 insertions, 32 deletions
diff --git a/mpq/abs.c b/mpq/abs.c
index 7fe04a35b..1f0bf13fc 100644
--- a/mpq/abs.c
+++ b/mpq/abs.c
@@ -30,7 +30,6 @@ see https://www.gnu.org/licenses/. */
#define __GMP_FORCE_mpq_abs 1
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/aors.c b/mpq/aors.c
index 81edc1fa3..e86af94a5 100644
--- a/mpq/aors.c
+++ b/mpq/aors.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/canonicalize.c b/mpq/canonicalize.c
index 7c8e01b85..cbc0a22c3 100644
--- a/mpq/canonicalize.c
+++ b/mpq/canonicalize.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/clear.c b/mpq/clear.c
index 9b08f239c..d4d72c45d 100644
--- a/mpq/clear.c
+++ b/mpq/clear.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/clears.c b/mpq/clears.c
index c5f6539a6..35d98237d 100644
--- a/mpq/clears.c
+++ b/mpq/clears.c
@@ -29,7 +29,6 @@ GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
#include <stdarg.h>
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/cmp.c b/mpq/cmp.c
index 1758b78a6..758297a65 100644
--- a/mpq/cmp.c
+++ b/mpq/cmp.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
diff --git a/mpq/cmp_si.c b/mpq/cmp_si.c
index f21382e5b..faf472c7f 100644
--- a/mpq/cmp_si.c
+++ b/mpq/cmp_si.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/cmp_ui.c b/mpq/cmp_ui.c
index 93b2265c0..b12881436 100644
--- a/mpq/cmp_ui.c
+++ b/mpq/cmp_ui.c
@@ -30,7 +30,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
int
diff --git a/mpq/div.c b/mpq/div.c
index 3a6018a22..c3a60a7e6 100644
--- a/mpq/div.c
+++ b/mpq/div.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/equal.c b/mpq/equal.c
index 500c2d802..b8ee56328 100644
--- a/mpq/equal.c
+++ b/mpq/equal.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
int
diff --git a/mpq/get_d.c b/mpq/get_d.c
index f206cdbc0..9d17ad1d5 100644
--- a/mpq/get_d.c
+++ b/mpq/get_d.c
@@ -29,7 +29,6 @@ GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
#include <stdio.h> /* for NULL */
-#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
diff --git a/mpq/get_den.c b/mpq/get_den.c
index 48a385c81..d4fd90b98 100644
--- a/mpq/get_den.c
+++ b/mpq/get_den.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/get_num.c b/mpq/get_num.c
index cb464ccb9..079211c3a 100644
--- a/mpq/get_num.c
+++ b/mpq/get_num.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/get_str.c b/mpq/get_str.c
index 0abfb6e02..881340fb9 100644
--- a/mpq/get_str.c
+++ b/mpq/get_str.c
@@ -30,7 +30,6 @@ see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
diff --git a/mpq/init.c b/mpq/init.c
index 7fbf905d9..f7f5be4d8 100644
--- a/mpq/init.c
+++ b/mpq/init.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/inits.c b/mpq/inits.c
index 084c71e00..fff434382 100644
--- a/mpq/inits.c
+++ b/mpq/inits.c
@@ -29,7 +29,6 @@ GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
#include <stdarg.h>
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/inp_str.c b/mpq/inp_str.c
index 7ba95743f..e2407eb9b 100644
--- a/mpq/inp_str.c
+++ b/mpq/inp_str.c
@@ -30,7 +30,6 @@ see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <ctype.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/inv.c b/mpq/inv.c
index bd703d486..c395984e6 100644
--- a/mpq/inv.c
+++ b/mpq/inv.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/md_2exp.c b/mpq/md_2exp.c
index a2a7e1e2f..13623d83a 100644
--- a/mpq/md_2exp.c
+++ b/mpq/md_2exp.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
diff --git a/mpq/mul.c b/mpq/mul.c
index 49d618f3b..3fcae2fc7 100644
--- a/mpq/mul.c
+++ b/mpq/mul.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/neg.c b/mpq/neg.c
index 054e21ebe..8fda41c7b 100644
--- a/mpq/neg.c
+++ b/mpq/neg.c
@@ -30,7 +30,6 @@ see https://www.gnu.org/licenses/. */
#define __GMP_FORCE_mpq_neg 1
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/out_str.c b/mpq/out_str.c
index c2bc053b2..5d2dd4ebc 100644
--- a/mpq/out_str.c
+++ b/mpq/out_str.c
@@ -30,7 +30,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/mpq/set.c b/mpq/set.c
index 0be0e5554..87c15e31f 100644
--- a/mpq/set.c
+++ b/mpq/set.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/set_d.c b/mpq/set_d.c
index bc7921871..3c02b876d 100644
--- a/mpq/set_d.c
+++ b/mpq/set_d.c
@@ -34,7 +34,6 @@ see https://www.gnu.org/licenses/. */
#include <float.h> /* for DBL_MAX */
#endif
-#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
diff --git a/mpq/set_den.c b/mpq/set_den.c
index 9c25fa394..e249db7e4 100644
--- a/mpq/set_den.c
+++ b/mpq/set_den.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/set_f.c b/mpq/set_f.c
index 7764a17f0..a84d2d08b 100644
--- a/mpq/set_f.c
+++ b/mpq/set_f.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h"
diff --git a/mpq/set_num.c b/mpq/set_num.c
index e15733b35..1a099a25f 100644
--- a/mpq/set_num.c
+++ b/mpq/set_num.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/set_si.c b/mpq/set_si.c
index 0a10b3048..9a00c21ff 100644
--- a/mpq/set_si.c
+++ b/mpq/set_si.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/set_str.c b/mpq/set_str.c
index 24cc83a19..0e0e75299 100644
--- a/mpq/set_str.c
+++ b/mpq/set_str.c
@@ -30,7 +30,6 @@ see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <string.h>
-#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/set_ui.c b/mpq/set_ui.c
index 4473b30bb..eee1f24e9 100644
--- a/mpq/set_ui.c
+++ b/mpq/set_ui.c
@@ -29,7 +29,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/set_z.c b/mpq/set_z.c
index 881823160..af00056c1 100644
--- a/mpq/set_z.c
+++ b/mpq/set_z.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void
diff --git a/mpq/swap.c b/mpq/swap.c
index 51fdcac7f..ee0879f26 100644
--- a/mpq/swap.c
+++ b/mpq/swap.c
@@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library. If not,
see https://www.gnu.org/licenses/. */
-#include "gmp.h"
#include "gmp-impl.h"
void