diff --git a/doc/contributing/source/coding-style.rst b/doc/contributing/source/coding-style.rst index a7d5be0af7..c2bfd7b074 100644 --- a/doc/contributing/source/coding-style.rst +++ b/doc/contributing/source/coding-style.rst @@ -777,7 +777,7 @@ For standard headers, use the C++ style of inclusion: .. sourcecode:: cpp - #include + #include "ns3/header.h" - inside .cc files, use @@ -789,7 +789,7 @@ For standard headers, use the C++ style of inclusion: .. sourcecode:: cpp - #include + #include "ns3/header.h" Variables and constants =======================