Fix include syntax for non-system headers. |
||
Issue descriptionDue to the way how GCC looks for include headers, non-system headers should be included using a '#include "my_custom_header.h" syntax. This is done in the vast majority of cases throughout the codebase, but a few occurrences of '#include <my_custom_header.h>' exist. This issue aims to track these cases and to fix them. References: - http://en.cppreference.com/w/cpp/preprocessor/include - https://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html - http://stackoverflow.com/q/21593
,
Oct 21 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 18 2016