AP_Navigation: replace header guard with pragma once

This commit is contained in:
Lucas De Marchi 2016-02-17 23:25:41 -02:00 committed by Andrew Tridgell
parent bb0d96cedd
commit 5518cb2b01
1 changed files with 1 additions and 6 deletions

View File

@ -9,9 +9,7 @@
interface. All variables used by controllers should be in their
own class.
*/
#ifndef AP_NAVIGATION_H
#define AP_NAVIGATION_H
#pragma once
#include <AP_Common/AP_Common.h>
@ -110,6 +108,3 @@ public:
CONTROLLER_L1 = 1
};
};
#endif // AP_NAVIGATION_H