Commit 5757fddc authored by Thomas Ives's avatar Thomas Ives Committed by Thomas Braun
Browse files

src/server/utils_shut.cpp: Rename to Util_shut.cpp

parent 17f5370a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ set(SOURCES Attr.cpp
            templ_inst.cpp
            Util.cpp
            Util_polling.cpp
            utils_shut.cpp
            Util_shut.cpp
            WAttribute.cpp
            WPipe.cpp
            ZmqEventSupplier.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/client/EventConsumer.h>
#include <tango/server/DServer.h>
#include <tango/server/NotifdEventSupplier.h>
#include <tango/server/Util.h>
#include <tango/server/ZmqEventSupplier.h>

namespace Tango