aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/iconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/iconv.h')
-rw-r--r--src/nvim/iconv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/iconv.h b/src/nvim/iconv.h
index bf29b15247..d7234090c4 100644
--- a/src/nvim/iconv.h
+++ b/src/nvim/iconv.h
@@ -10,9 +10,7 @@
// USE_ICONV, or to put the USE_ICONV definition in config.h.in directly. As
// it stands, globals.h needs to be included alongside iconv.h.
-#ifdef HAVE_CONFIG_H
-# include "auto/config.h"
-#endif
+#include "auto/config.h"
// Use iconv() when it's available, either by linking to the library at
// compile time or by loading it at runtime.