Add include guard in headers files (#8108)

Signed-off-by: Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
This commit is contained in:
Sugnan Prabhu
2017-10-11 19:17:52 +05:30
committed by Daniel Agar
parent 553c8b38d2
commit 81809be7cd
28 changed files with 56 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@
*
****************************************************************************/
#pragma once
#include <stdint.h>
+2
View File
@@ -31,6 +31,8 @@
*
****************************************************************************/
#pragma once
#include <stdint.h>
#include <systemlib/battery.h>