From 2ac832838fd04e22645df6cf6fe8959b44c3853d Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 7 Mar 2023 20:05:12 +0100 Subject: [PATCH] post fix for "move alloca() definition from all *.h files to one new header file" --- include/CMakeLists.txt | 1 - include/mysql/service_encryption.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index fe02098621e..f6f8735bfdf 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -106,7 +106,6 @@ ENDMACRO() INSTALL_COMPAT_HEADER(my_global.h "") INSTALL_COMPAT_HEADER(my_config.h "") -INSTALL_COMPAT_HEADER(my_alloca.h "") INSTALL_COMPAT_HEADER(my_sys.h "") INSTALL_COMPAT_HEADER(mysql_version.h " #include diff --git a/include/mysql/service_encryption.h b/include/mysql/service_encryption.h index 280b9c69e35..4963940758c 100644 --- a/include/mysql/service_encryption.h +++ b/include/mysql/service_encryption.h @@ -30,8 +30,6 @@ #ifndef __cplusplus #define inline __inline #endif -#else -#include #endif #endif