diff options
Diffstat (limited to 'library/cpp/messagebus/debug_receiver/debug_receiver_proto.h')
-rw-r--r-- | library/cpp/messagebus/debug_receiver/debug_receiver_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/debug_receiver/debug_receiver_proto.h b/library/cpp/messagebus/debug_receiver/debug_receiver_proto.h index f71ca3279c..d34710dcf7 100644 --- a/library/cpp/messagebus/debug_receiver/debug_receiver_proto.h +++ b/library/cpp/messagebus/debug_receiver/debug_receiver_proto.h @@ -1,6 +1,6 @@ #pragma once -#include <library/cpp/messagebus/ybus.h> +#include <library/cpp/messagebus/ybus.h> struct TDebugReceiverMessage: public NBus::TBusMessage { /// constructor to create messages on sending end |