aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/predict-refine.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-27 15:44:40 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit55df542018664cb519e846b4db63281867be24a0 (patch)
treefb2ad88c854aed521618afc676fe35ead4231f39 /libcrystfel/src/predict-refine.h
parent7680ae24a77a48ae8ebe025a9f6fc3564aa744a7 (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/predict-refine.h')
-rw-r--r--libcrystfel/src/predict-refine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index 6396df8a..78f0d4f3 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -29,11 +29,6 @@
#ifndef PREDICT_REFINE_H
#define PREDICT_REFINE_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "crystal.h"
struct image;