include guard

This commit is contained in:
keita
2022-04-23 18:09:12 +09:00
parent 611cfc2e31
commit cc1e136bf2
12 changed files with 18 additions and 18 deletions
@@ -1,5 +1,5 @@
#ifndef COCOATWEET_AUTHENTICATION_AUTHENTICATORBASE_H
#define COCOATWEET_AUTHENTICATION_AUTHENTICATORBASE_H
#ifndef COCOATWEET_AUTHENTICATION_AUTHENTICATOR_H_
#define COCOATWEET_AUTHENTICATION_AUTHENTICATOR_H_
#include <cocoatweet/authentication/key.h>
namespace CocoaTweet::Authentication {