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 /include | |
| parent | db1837c6e3c300901607169072f78b6204aa5d52 (diff) | |
| parent | e8635a69ce079f76f0d4b58281affbb8d36bf1b7 (diff) | |
Merge branch 'master' of git.gromacs.org:tng
Diffstat (limited to 'include')
| -rw-r--r-- | include/compression/fixpoint.h | 4 | ||||
| -rw-r--r-- | include/compression/warnmalloc.h | 4 | 
2 files changed, 0 insertions, 8 deletions
diff --git a/include/compression/fixpoint.h b/include/compression/fixpoint.h index d20d5e1..2022e43 100644 --- a/include/compression/fixpoint.h +++ b/include/compression/fixpoint.h @@ -13,10 +13,6 @@  #ifndef FIXPOINT_H  #define FIXPOINT_H -#if HAVE_CONFIG_H -#include <config.h> -#endif -  #include "my64bit.h"  /* There are at least 32 bits available in a long. */ diff --git a/include/compression/warnmalloc.h b/include/compression/warnmalloc.h index c2eb28d..4db41b2 100644 --- a/include/compression/warnmalloc.h +++ b/include/compression/warnmalloc.h @@ -14,10 +14,6 @@  #ifndef WARNMALLOC_H  #define WARNMALLOC_H -#if HAVE_CONFIG_H -#include <config.h> -#endif -  #include "tng_compress.h"  void DECLSPECDLLEXPORT *Ptngc_warnmalloc_x(size_t size, char *file, int line);  | 
