]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Cleanup redundant include
authorHoward Chu <hyc@openldap.org>
Wed, 16 Oct 2024 22:11:20 +0000 (23:11 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 16 Oct 2024 22:11:20 +0000 (23:11 +0100)
libraries/liblmdb/mdb.c

index a5cada1e22e4c9bc7f57c1e1c4e255bcaea02bf4..2580a92a4aa4693eeadbe820cc233c53b7354ff4 100644 (file)
@@ -11511,9 +11511,7 @@ mdb_env_set_checksum(MDB_env *env, MDB_sum_func *func, unsigned int size)
        return MDB_SUCCESS;
 }
 
-#ifdef _WIN32
-#include <windows.h>
-#else
+#ifndef _WIN32
 #include <dlfcn.h>
 #endif