1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

remove obsolete forward declaration

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-01-11 12:39:49 +01:00
parent 48b98c195c
commit cdd8ad93e5

View file

@ -25,9 +25,6 @@ struct lws;
namespace villas {
namespace node {
/* Forward declarations */
class NodeCompat;
#define DEFAULT_WEBSOCKET_QUEUE_LENGTH (DEFAULT_QUEUE_LENGTH * 64)
/** Internal data per websocket node */