Pattern: Malformed include
Issue: -
All of a project's header files should be listed as descendants of the project's source directory without use of UNIX directory shortcuts .
(the current directory) or ..
(the parent directory). For example, google-awesome-project/src/base/logging.h
should be included as:
#include "base/logging.h"