@ -1,5 +1,5 @@
#ifndef MEG_APP_HPP
#define MEG_APP_HPP
#ifndef MEG_APP_H
#define MEG_APP_H
#include <optional>
#include <memory>
@ -29,4 +29,4 @@ private:
} // namespace meg
#endif // MEG_APP_HPP
#endif // MEG_APP_H
#ifndef MEG_AUTH_HPP
#define MEG_AUTH_HPP
#ifndef MEG_AUTH_H
#define MEG_AUTH_H
#include <string>
@ -24,4 +24,4 @@ private:
#endif // MEG_AUTH_HPP
#endif // MEG_AUTH_H
#ifndef MEG_EXAM_HPP
#define MEG_EXAM_HPP
#ifndef MEG_EXAM_H
#define MEG_EXAM_H
#include <vector>
@ -44,4 +44,4 @@ private:
#endif // MEG_EXAM_HPP
#endif // MEG_EXAM_H
#ifndef MEG_LOGIN_HPP
#define MEG_LOGIN_HPP
#ifndef MEG_LOGIN_H
#define MEG_LOGIN_H
@ -17,4 +17,4 @@ private:
#endif // MEG_LOGIN_HPP
#endif // MEG_LOGIN_H
#ifndef MEG_UTILS_HPP
#define MEG_UTILS_HPP
#ifndef MEG_UTILS_H
#define MEG_UTILS_H
#include <filesystem>
@ -22,4 +22,4 @@ std::wstring trim(const std::wstring& s);
#endif // MEG_UTILS_HPP
#endif // MEG_UTILS_H