IncludeOS icon indicating copy to clipboard operation
IncludeOS copied to clipboard

Remove the include of inet_common.hpp

Open AndreasAakesson opened this issue 6 years ago • 0 comments

... 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;

AndreasAakesson avatar Oct 18 '18 09:10 AndreasAakesson