Merge pull request #462 from adamdunkels/push/no-reserved-double-inclusion-defines

Remove all leading double underscore inclusion #defines
This commit is contained in:
Nicolas Tsiftes 2013-11-26 14:26:37 -08:00
commit db4cada4e7
572 changed files with 1708 additions and 1708 deletions

View file

@ -45,8 +45,8 @@
* \author Julien Abeille <jabeille@cisco.com>
*/
#ifndef __SICSLOWPAN_H__
#define __SICSLOWPAN_H__
#ifndef SICSLOWPAN_H_
#define SICSLOWPAN_H_
#include "net/uip.h"
#include "net/mac/mac.h"
@ -321,5 +321,5 @@ int sicslowpan_get_last_rssi(void);
extern const struct network_driver sicslowpan_driver;
#endif /* __SICSLOWPAN_H__ */
#endif /* SICSLOWPAN_H_ */
/** @} */