diff options
Diffstat (limited to 'src/lib/asiodns/io_fetch.h')
-rw-r--r-- | src/lib/asiodns/io_fetch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/asiodns/io_fetch.h b/src/lib/asiodns/io_fetch.h index 78c2da9c61..c31ee092c9 100644 --- a/src/lib/asiodns/io_fetch.h +++ b/src/lib/asiodns/io_fetch.h @@ -12,8 +12,8 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#ifndef __IO_FETCH_H -#define __IO_FETCH_H 1 +#ifndef IO_FETCH_H +#define IO_FETCH_H 1 #include <config.h> @@ -229,4 +229,4 @@ private: } // namespace asiodns } // namespace isc -#endif // __IO_FETCH_H +#endif // IO_FETCH_H |