headers: add xcam_std.h as xcam cplusplus first header
* new xcam_std.h as first header instead of xcam_utils.h
* all export headers with #include <> instead of #include ""
Signed-off-by: Wind Yuan <[email protected]>
diff --git a/modules/ocl/cl_3a_image_processor.h b/modules/ocl/cl_3a_image_processor.h
index f0600d6..a501157 100644
--- a/modules/ocl/cl_3a_image_processor.h
+++ b/modules/ocl/cl_3a_image_processor.h
@@ -21,10 +21,10 @@
#ifndef XCAM_CL_3A_IMAGE_PROCESSOR_H
#define XCAM_CL_3A_IMAGE_PROCESSOR_H
-#include "xcam_utils.h"
+#include <xcam_std.h>
#include <base/xcam_3a_types.h>
-#include "ocl/cl_image_processor.h"
-#include "stats_callback_interface.h"
+#include <ocl/cl_image_processor.h>
+#include <stats_callback_interface.h>
namespace XCam {