Browse Source

AP_Camera: replace header guard with pragma once

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
d721ad70eb
  1. 6
      libraries/AP_Camera/AP_Camera.h

6
libraries/AP_Camera/AP_Camera.h

@ -2,9 +2,7 @@ @@ -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: @@ -102,5 +100,3 @@ private:
bool _timer_installed:1;
uint8_t _last_pin_state;
};
#endif /* AP_CAMERA_H */

Loading…
Cancel
Save