kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Forbid include <module/...> in headers #607

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Consider src/include/net/tcp.h:23 @ r9666
#include <module/embox/net/tcp_sock.h>
2. netfilter is including <net/tcp.h> and has compile error, when tcp_sock is 
not in build. 

What is the expected output? What do you see instead?
Netfilter become dependent on tcp_sock, while it's almost impossible to 
maintain such dependence

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 29 Apr 2013 at 1:00