Header files that contain "using namespace std;" do not work well in codebases that have custom implementations for common classes such as "string". This is a C++ Core guideline (SF.7). Signed-off-by: Dionna Glaze <dionnaglaze@google.com>
Signed-off-by: Li, Xun <xun.li@intel.com>