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/coder.c | |
parent | db1837c6e3c300901607169072f78b6204aa5d52 (diff) | |
parent | e8635a69ce079f76f0d4b58281affbb8d36bf1b7 (diff) |
Merge branch 'master' of git.gromacs.org:tng
Diffstat (limited to 'src/compression/coder.c')
-rw-r--r-- | src/compression/coder.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compression/coder.c b/src/compression/coder.c index bed73ca..a64e741 100644 --- a/src/compression/coder.c +++ b/src/compression/coder.c @@ -11,10 +11,6 @@ */ -#if HAVE_CONFIG_H -#include <config.h> -#endif - #include <stdio.h> #include <stdlib.h> #include "tng_compress.h" |