AP_Camera: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:17 -02:00 committed by Andrew Tridgell
parent 235d64b7b9
commit d721ad70eb

View File

@ -2,9 +2,7 @@
/// @file AP_Camera.h
/// @brief Photo or video camera manager, with EEPROM-backed storage of constants.
#ifndef AP_CAMERA_H
#define AP_CAMERA_H
#pragma once
#include <AP_Param/AP_Param.h>
#include <AP_Common/AP_Common.h>
@ -102,5 +100,3 @@ private:
bool _timer_installed:1;
uint8_t _last_pin_state;
};
#endif /* AP_CAMERA_H */