diff options
Diffstat (limited to 'src/lc-compliance/environment.h')
-rw-r--r-- | src/lc-compliance/environment.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lc-compliance/environment.h b/src/lc-compliance/environment.h index ba308732..0debbcce 100644 --- a/src/lc-compliance/environment.h +++ b/src/lc-compliance/environment.h @@ -4,8 +4,8 @@ * * environment.h - Common environment for tests */ -#ifndef __LC_COMPLIANCE_ENVIRONMENT_H__ -#define __LC_COMPLIANCE_ENVIRONMENT_H__ + +#pragma once #include <libcamera/libcamera.h> @@ -25,5 +25,3 @@ private: std::string cameraId_; libcamera::CameraManager *cm_; }; - -#endif /* __LC_COMPLIANCE_ENVIRONMENT_H__ */ |