From 55df542018664cb519e846b4db63281867be24a0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 27 Jul 2020 15:44:40 +0200 Subject: 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. --- libcrystfel/src/pinkindexer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libcrystfel/src/pinkindexer.h') diff --git a/libcrystfel/src/pinkindexer.h b/libcrystfel/src/pinkindexer.h index 9d3e2496..83e879db 100644 --- a/libcrystfel/src/pinkindexer.h +++ b/libcrystfel/src/pinkindexer.h @@ -29,10 +29,6 @@ #ifndef LIBCRYSTFEL_SRC_PINKINDEXER_H_ #define LIBCRYSTFEL_SRC_PINKINDEXER_H_ -#ifdef HAVE_CONFIG_H -#include -#endif - typedef struct pinkIndexer_options PinkIndexerOptions; extern struct argp pinkIndexer_argp; -- cgit v1.2.3