diff options
author | Thomas White <taw@physics.org> | 2020-07-27 15:44:40 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 55df542018664cb519e846b4db63281867be24a0 (patch) | |
tree | fb2ad88c854aed521618afc676fe35ead4231f39 /libcrystfel/src/image-msgpack.h | |
parent | 7680ae24a77a48ae8ebe025a9f6fc3564aa744a7 (diff) |
Remove config.h from libcrystfel headers
Same reason as removing them from tests. Also, libcrystfel might be
used in projects which have HAVE_CONFIG_H defined.
Diffstat (limited to 'libcrystfel/src/image-msgpack.h')
-rw-r--r-- | libcrystfel/src/image-msgpack.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcrystfel/src/image-msgpack.h b/libcrystfel/src/image-msgpack.h index 5321b06c..9ad80884 100644 --- a/libcrystfel/src/image-msgpack.h +++ b/libcrystfel/src/image-msgpack.h @@ -26,10 +26,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #ifndef IMAGE_MSGPACK_H #define IMAGE_MSGPACK_H |