Package: flint / 2.4.4-2

0002-Don-t-include-directly-g_lip.h-which-is-considered-i.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 90f71d0b9f32d02247c01c0080f5857a447d2f17 Mon Sep 17 00:00:00 2001
From: Julien Puydt <julien.puydt@laposte.net>
Date: Tue, 26 Aug 2014 23:23:11 +0200
Subject: Don't include directly g_lip.h which is considered internal

---
 interfaces/NTL-interface.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/interfaces/NTL-interface.cpp b/interfaces/NTL-interface.cpp
index c95ca3c..7dd1bcb 100644
--- a/interfaces/NTL-interface.cpp
+++ b/interfaces/NTL-interface.cpp
@@ -34,7 +34,6 @@
 #include <NTL/mat_ZZ.h>
 #include <NTL/lip.h>
 #include <NTL/ctools.h>
-#include <NTL/g_lip.h>
 #include <gmp.h>
 
 #include "flint.h"