ldap: Some cleanups for GH-170
[quassel.git] / src / core / sqlauthenticator.h
index 4f2c71f..c392045 100644 (file)
@@ -18,8 +18,7 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
-#ifndef SQLAUTHENTICATOR_H
-#define SQLAUTHENTICATOR_H
+#pragma once
 
 #include "authenticator.h"
 
@@ -49,6 +48,3 @@ public slots:
     //virtual UserId getUserId(const QString &username);
 
 };
-
-
-#endif