diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-04-12 09:04:01 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-04-12 09:04:01 -0700 |
commit | debedfeb0abb398443fa33452f486c6cc80bb832 (patch) | |
tree | 7c8eac3b1ad474fdaf42767bffee7c3c4b4cce48 /include/dns.h | |
parent | a5fe50aca04ca554d313e7361c571c6a497a9c4e (diff) | |
parent | 11cafc12d5440b67a9f676c9f6aa67840ca5399d (diff) |
Merge pull request #461 from SaberUK/master+header-cleanup
Tidy up source files.
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/dns.h b/include/dns.h index 3c8e55d08..d03af8918 100644 --- a/include/dns.h +++ b/include/dns.h @@ -18,7 +18,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - /* dns.h - dns library very very loosely based on firedns, Copyright (C) 2002 Ian Gulliver @@ -37,8 +36,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef DNS_H -#define DNS_H + +#pragma once #include "socket.h" #include "hashcomp.h" @@ -438,6 +437,3 @@ class CoreExport DNS : public EventHandler */ int PruneCache(); }; - -#endif - |