diff --git a/src/csync.h b/src/csync.h index cfed5e06c3..74c26900c2 100644 --- a/src/csync.h +++ b/src/csync.h @@ -35,7 +35,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" { @@ -463,8 +462,6 @@ int csync_walk_local_tree(CSYNC *ctx, csync_treewalk_visit_func *visitor, int fi */ int csync_walk_remote_tree(CSYNC *ctx, csync_treewalk_visit_func *visitor, int filter); - -#ifdef WITH_ICONV /** * @brief Set iconv source codec for filenames. * @@ -473,7 +470,6 @@ int csync_walk_remote_tree(CSYNC *ctx, csync_treewalk_visit_func *visitor, int f * @return 0 on success, or an iconv error number. */ int csync_set_iconv_codec(const char *from); -#endif /** * @brief Get the error code from the last operation.