1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

Fix header guards.

This commit is contained in:
Henrik Hautakoski 2020-02-19 13:15:03 +01:00
parent d6a4ae6db8
commit bcabafbb92
2 changed files with 6 additions and 6 deletions

View file

@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#ifndef EOSIOKEYGEN_DICTIONARY_H
#define EOSIOKEYGEN_DICTIONARY_H
#ifndef EOSIOKEYGEN_CORE_DICTIONARY_H
#define EOSIOKEYGEN_CORE_DICTIONARY_H
#include <vector>
#include <string>
@ -69,4 +69,4 @@ protected :
} // namespace eoskeygen
#endif /* EOSIOKEYGEN_DICTIONARY_H */
#endif /* EOSIOKEYGEN_CORE_DICTIONARY_H */

View file

@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
#ifndef EOSIOKEYGEN_STRING_H
#define EOSIOKEYGEN_STRING_H
#ifndef EOSIOKEYGEN_CORE_STRING_H
#define EOSIOKEYGEN_CORE_STRING_H
#include <vector>
#include <string>
@ -50,4 +50,4 @@ strlist_t l33twords(std::string str);
} // namespace eoskeygen
#endif /* EOSIOKEYGEN_STRING_H */
#endif /* EOSIOKEYGEN_CORE_STRING_H */