commit | 2536e20a19e01511d8689e00b55b8f1cd4090957 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 12 14:13:10 2011 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 12 14:13:10 2011 -0700 |
tree | 8b94f7c8240e8709081e4ab045b6a49a60828327 | |
parent | 8a677dd6cc6b058adc74e757e628d58ca0b4c6b7 [diff] |
Moving apps back to apps/ folder. Finally worked out the problem with headers WAF building system copies all headers to one directory. As a result, all #include directives in all NS3 modules should be either in form "ns3/header-file.h" or just "header-file.h", disregarding the actual directory structure.