X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fstorage.h;h=c14ba20bb8dc03f4f5d9eaf824c876bb591380c3;hb=8961f348947fc55cc4bc769563684af3f2ea7ccc;hp=b28a99ffb1d01df1afb1a279573bfb81e7f9b930;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git 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