Cleanup redundant include

This commit is contained in:
Howard Chu 2024-10-16 23:11:20 +01:00
parent b3fc03bae6
commit 25635d8251

View 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