--- nono/vm/ethernet.h 2026/04/29 17:04:44 1.1.1.5 +++ nono/vm/ethernet.h 2026/04/29 17:04:50 1.1.1.6 @@ -7,7 +7,6 @@ #pragma once #include "device.h" -#include "mystring.h" #include "qvector.h" #include #include @@ -25,7 +24,7 @@ // (LUNA, AM7990) (X68000, RTL8019) // // これ自体は IODevice である必要はないが、LanceDevice などの親になるため -// IODevice にしてある。(多重継承はしない) +// IODevice にしてある。(多重継承はしない) class NetDriver;