Commit 17f5370a authored by Thomas Ives's avatar Thomas Ives Committed by Thomas Braun
Browse files

src/serevr/utils_polling.cpp: Rename to Util_polling.cpp

parent 7a30e5e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ set(SOURCES Attr.cpp
            $<$<BOOL:${TANGO_USE_TELEMETRY}>:${CMAKE_CURRENT_SOURCE_DIR}/telemetrycmds.cpp>
            templ_inst.cpp
            Util.cpp
            utils_polling.cpp
            Util_polling.cpp
            utils_shut.cpp
            WAttribute.cpp
            WPipe.cpp
+2 −1
Original line number Diff line number Diff line
@@ -4,11 +4,12 @@
 * SPDX-License-Identifier: LGPL-3.0-or-later
 */

#include <tango/server/Util.h>

#include <tango/client/Database.h>
#include <tango/server/Command.h>
#include <tango/server/DServer.h>
#include <tango/server/tango_clock.h>
#include <tango/server/Util.h>

#include <algorithm>
#include <iostream>