libcamera: Rename header guards for internal headers
With the internal headers now in include/libcamera/internal/, we may have identically named headers in include/libcamera/. Their header guards would clash. Rename the header guards of internal headers to prevent any issue. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
*
|
||||
* process.h - Process object
|
||||
*/
|
||||
#ifndef __LIBCAMERA_PROCESS_H__
|
||||
#define __LIBCAMERA_PROCESS_H__
|
||||
#ifndef __LIBCAMERA_INTERNAL_PROCESS_H__
|
||||
#define __LIBCAMERA_INTERNAL_PROCESS_H__
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -52,4 +52,4 @@ private:
|
||||
|
||||
} /* namespace libcamera */
|
||||
|
||||
#endif /* __LIBCAMERA_PROCESS_H__ */
|
||||
#endif /* __LIBCAMERA_INTERNAL_PROCESS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user