From 6b8f02426a4dd9358c7b35d34268db358fd113c3 Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 09:48:02 +0000 Subject: *** empty log message *** --- lib/polynom.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lib/polynom.c') diff --git a/lib/polynom.c b/lib/polynom.c index 9dc2517..a50d0cb 100644 --- a/lib/polynom.c +++ b/lib/polynom.c @@ -3,15 +3,14 @@ * Operations sur les polynomes * */ - -#include "polynom.h" -#include "scalaires.h" -#include "exceptions.h" -#include "main.h" #include #include #include #include +#include "polynom.h" +#include "scalaires.h" +#include "exceptions.h" +#include "main.h" #ifdef HAVE_CONFIG_H #include "config.h" #else -- cgit v1.2.3