From: Guilherme Maciel Ferreira Date: Sun, 10 Jul 2011 03:27:28 +0000 (-0300) Subject: Fixed include guards name X-Git-Tag: v1.1^2~62 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=0e2c81223d6642617b5a7e37aad27ffec893e2fc;p=pingcheck Fixed include guards name --- diff --git a/src/ip/ipv4header.h b/src/ip/ipv4header.h index d8bb3a4..c68979e 100644 --- a/src/ip/ipv4header.h +++ b/src/ip/ipv4header.h @@ -4,8 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#ifndef IPV4_HEADER_HPP -#define IPV4_HEADER_HPP +#ifndef IPV4_HEADER_H +#define IPV4_HEADER_H #include