[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:53:23 UTC 2009


The following commit has been merged in the upstream branch:
commit 41eac5acdec8d3595354575e1f4a22ef401b613b
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Nov 24 08:22:12 2006 +1100

    glib.h is not needed if gts.h is already included
    
    darcs-hash:20061123212212-d4795-789779d72cd4a90982f5e1622f5b81879a6312e2.gz

diff --git a/src/fluid.h b/src/fluid.h
index cec581a..522d43b 100644
--- a/src/fluid.h
+++ b/src/fluid.h
@@ -20,7 +20,6 @@
 #ifndef __FLUID_H__
 #define __FLUID_H__
 
-#include <glib.h>
 #include <gts.h>
 
 #ifdef __cplusplus
diff --git a/src/ftt.h b/src/ftt.h
index 3d37666..590b389 100644
--- a/src/ftt.h
+++ b/src/ftt.h
@@ -23,7 +23,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <math.h>
-#include <glib.h>
 #include <gts.h>
 
 #ifdef __cplusplus
diff --git a/src/init.h b/src/init.h
index b12d099..9009ebe 100644
--- a/src/init.h
+++ b/src/init.h
@@ -20,8 +20,6 @@
 #ifndef __INIT_H__
 #define __INIT_H__
 
-#include <glib.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
diff --git a/src/poisson.h b/src/poisson.h
index 178f1f7..1b4101e 100644
--- a/src/poisson.h
+++ b/src/poisson.h
@@ -20,7 +20,6 @@
 #ifndef __POISSON_H__
 #define __POISSON_H__
 
-#include <glib.h>
 #include <gts.h>
 
 #ifdef __cplusplus

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list