From ecc7791ec8ba81e054f2e96edecfe4ab7bb22406 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 15 Feb 2025 12:27:21 -0600 Subject: [PATCH] cleanup --- repertory/librepertory/src/utils/polling.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/repertory/librepertory/src/utils/polling.cpp b/repertory/librepertory/src/utils/polling.cpp index e74b9dbe..572a9bf5 100644 --- a/repertory/librepertory/src/utils/polling.cpp +++ b/repertory/librepertory/src/utils/polling.cpp @@ -30,7 +30,6 @@ #include "events/types/service_stop_begin.hpp" #include "events/types/service_stop_end.hpp" #include "utils/tasks.hpp" -#include namespace repertory { polling polling::instance_;