Skip to content

Commit 2bc9678

Browse files
author
Maël Hostettler
committed
remove useless include headers
1 parent 0ce5e5f commit 2bc9678

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/nmod_poly/evaluate_geometric_nmod_vec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*/
1212

1313
#include "nmod.h"
14-
#include "nmod_vec.h"
1514
#include "nmod_poly.h"
1615

1716
void

src/nmod_poly/geometric_progression.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
(at your option) any later version. See <https://www.gnu.org/licenses/>.
1111
*/
1212

13-
#include "nmod.h"
1413
#include "nmod_vec.h"
1514
#include "nmod_poly.h"
1615

src/nmod_poly/interpolate_geometric_nmod_vec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
*/
1212

1313
#include "nmod.h"
14-
#include "nmod_vec.h"
1514
#include "nmod_poly.h"
1615

1716
void

0 commit comments

Comments
 (0)