Change header guard name.

This commit is contained in:
Jared Boone 2015-11-04 10:51:02 -08:00
parent 51df92a05a
commit a33aa26bf5

View File

@ -19,8 +19,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef __BASEBAND_AIS_H__ #ifndef __AIS_BASEBAND_H__
#define __BASEBAND_AIS_H__ #define __AIS_BASEBAND_H__
#include "crc.hpp" #include "crc.hpp"
@ -335,4 +335,4 @@ struct CRCCheck {
} /* namespace ais */ } /* namespace ais */
} /* namespace baseband */ } /* namespace baseband */
#endif/*__BASEBAND_AIS_H__*/ #endif/*__AIS_BASEBAND_H__*/