src/routing/manet/aodv/aodv-packet.h
changeset 5729 3fe43de9a826
parent 5722 fe27b38e0655
--- a/src/routing/manet/aodv/aodv-packet.h	Wed Oct 28 18:29:51 2009 +0300
+++ b/src/routing/manet/aodv/aodv-packet.h	Thu Oct 29 11:04:47 2009 +0300
@@ -25,8 +25,8 @@
  * Authors: Elena Buchatskaia <borovkovaes@iitp.ru>
  *          Pavel Boyko <boyko@iitp.ru>
  */
-#ifndef AODVPACKET_H_
-#define AODVPACKET_H_
+#ifndef AODVPACKET_H
+#define AODVPACKET_H
 
 #include <iostream>
 #include "ns3/header.h"
@@ -327,4 +327,4 @@
 std::ostream & operator<< (std::ostream & os, RerrHeader const &);
 }
 }
-#endif /* AODVPACKET_H_ */
+#endif /* AODVPACKET_H */