IncludeOS
IncludeOS copied to clipboard
Remove the include of inet_common.hpp
... or make it smaller with only the essential (or just remove this header all together). It drags in a lot of dependencies that's probably unnecessary for the other files using it. It also got some nasty stuff like:
class Ethernet;
using LinkLayer = Ethernet;