X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fstorage.h;h=c14ba20bb8dc03f4f5d9eaf824c876bb591380c3;hp=b28a99ffb1d01df1afb1a279573bfb81e7f9b930;hb=8961f348947fc55cc4bc769563684af3f2ea7ccc;hpb=79bce57a20e7d4226f3c33760ded9095d66a1b50 diff --git a/src/core/storage.h b/src/core/storage.h index b28a99ff..c14ba20b 100644 --- a/src/core/storage.h +++ b/src/core/storage.h @@ -18,10 +18,15 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef STORAGE_H -#define STORAGE_H +#pragma once -#include +#include +#include +#include +#include +#include +#include +#include #include "coreidentity.h" #include "message.h" @@ -572,5 +577,3 @@ private: bool checkHashedPasswordSha2_512(const QString& password, const QString& hashedPassword); QString sha2_512(const QString& input); }; - -#endif