AP_SpdHgtControl: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:50 -02:00 committed by Andrew Tridgell
parent 9c28730815
commit 0d2f661a6c

View File

@ -1,4 +1,5 @@
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
#pragma once
/// @file AP_SpdHgtControl.h
/// @brief generic speed & height controller interface
@ -10,9 +11,6 @@
own class.
*/
#ifndef AP_SPDHGTCONTROL_H
#define AP_SPDHGTCONTROL_H
#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <DataFlash/DataFlash.h>
@ -85,6 +83,3 @@ public:
};
#endif // AP_SPDHGTCONTROL_H