From 372ecb8430c19db38466003e080694edfee2befe Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 4 Jun 2007 17:24:45 +0200 Subject: [PATCH] preprocessor update --- src/internet-node/udp-impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/internet-node/udp-impl.h b/src/internet-node/udp-impl.h index f174555f2..42f4c70aa 100644 --- a/src/internet-node/udp-impl.h +++ b/src/internet-node/udp-impl.h @@ -18,8 +18,8 @@ * * Author: Mathieu Lacage */ -#ifndef I_UDP_IMPL_H -#define I_UDP_IMPL_H +#ifndef UDP_IMPL_H +#define UDP_IMPL_H #include "ns3/i-udp.h" #include "ns3/ptr.h" @@ -44,4 +44,4 @@ private: } // namespace ns3 -#endif /* I_UDP_IMPL_H */ +#endif /* UDP_IMPL_H */