diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-15 20:05:53 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-15 20:05:53 (GMT) |
commit | 340f9efd7dc00de23becd5c470c578ee5c364bdb (patch) | |
tree | bb8c6a8a57031ce193adda89bfaf7376cf7c0abd /src/compression/fixpoint.c | |
parent | db1837c6e3c300901607169072f78b6204aa5d52 (diff) | |
parent | e8635a69ce079f76f0d4b58281affbb8d36bf1b7 (diff) |
Merge branch 'master' of git.gromacs.org:tng
Diffstat (limited to 'src/compression/fixpoint.c')
-rw-r--r-- | src/compression/fixpoint.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compression/fixpoint.c b/src/compression/fixpoint.c index 098b537..04a579c 100644 --- a/src/compression/fixpoint.c +++ b/src/compression/fixpoint.c @@ -10,10 +10,6 @@ * of the License, or (at your option) any later version. */ -#if HAVE_CONFIG_H -#include <config.h> -#endif - #include <stdio.h> #include <math.h> #include "fixpoint.h" |