Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions str_obfuscator.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once
/*
* The MIT License (MIT)
*
Expand All @@ -22,8 +23,6 @@
* SOFTWARE.
*/

#ifndef STR_OBFUSCATOR_HPP_
#define STR_OBFUSCATOR_HPP_

#ifdef _MSC_VER
#define forceinline __forceinline
Expand Down Expand Up @@ -94,5 +93,3 @@ class cryptor {
return string_encryptor<S>{str, S};
}
};

#endif // STR_OBFUSCATOR_HPP_