X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.h;fp=src%2Fcore%2Fldapauthenticator.h;h=a1498065e720c22ccc32f5b07f85b3533f53ad41;hb=f77a0b720ed58a2b68876b9320742b81b6df871f;hp=ff05c4f3f44829c15966bb949aaa9db07155ab08;hpb=4b0caf61565c8791efba283bbcaf73530b9feafc;p=quassel.git diff --git a/src/core/ldapauthenticator.h b/src/core/ldapauthenticator.h index ff05c4f3..a1498065 100644 --- a/src/core/ldapauthenticator.h +++ b/src/core/ldapauthenticator.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,8 +26,7 @@ * */ -#ifndef LDAPAUTHENTICATOR_H -#define LDAPAUTHENTICATOR_H +#pragma once #include "authenticator.h" @@ -93,6 +92,3 @@ private: LDAP *_connection; }; - - -#endif