--- nono/vm/lance.h 2026/04/29 17:05:29 1.1.1.13 +++ nono/vm/lance.h 2026/04/29 17:05:33 1.1.1.14 @@ -14,7 +14,6 @@ #include "event.h" #include "hostnet.h" #include "message.h" -#include "monitor.h" class InterruptDevice; class SubRAMDevice; @@ -265,7 +264,7 @@ class LanceDevice : public EthernetDevic Event rx_event { this }; Event tx_event { this }; - Monitor monitor { this }; + Monitor *monitor {}; }; static inline LanceDevice *GetLanceDevice() {