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:
parent
d6a4ae6db8
commit
bcabafbb92
2 changed files with 6 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue