From 78e9c950544031ecd8c0c79c85cf96a8da442caf Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 23 Jan 2025 19:22:02 -0600 Subject: [PATCH] disable header --- repertory/librepertory/include/events/events.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repertory/librepertory/include/events/events.hpp b/repertory/librepertory/include/events/events.hpp index bd532931..e445663c 100644 --- a/repertory/librepertory/include/events/events.hpp +++ b/repertory/librepertory/include/events/events.hpp @@ -21,6 +21,7 @@ */ #ifndef REPERTORY_INCLUDE_EVENTS_EVENTS_HPP_ #define REPERTORY_INCLUDE_EVENTS_EVENTS_HPP_ +#if 0 #include "types/repertory.hpp" @@ -115,4 +116,5 @@ E_SIMPLE3(remote_winfsp_server_event, debug, // clang-format on } // namespace repertory +#endif // 0 #endif // REPERTORY_INCLUDE_EVENTS_EVENTS_HPP_