diff --git a/src/lib/ebus/message.h b/src/lib/ebus/message.h index e09ad18a..70c6c36f 100644 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -25,7 +25,6 @@ #include #include #include -#include #include "lib/ebus/data.h" #include "lib/ebus/result.h" #include "lib/ebus/symbol.h" @@ -800,7 +799,7 @@ class ChainedMessage : public Message { /** * A function that compares the weighted poll priority of two @a Message instances. */ -struct compareMessagePriority : binary_function { +struct compareMessagePriority { /** * Compare the weighted poll priority of the two @a Message instances. * @param x the first @a Message.