remove rogue axolotls
This commit is contained in:
parent
c1e87973b9
commit
17aa7e6580
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
#ifndef AXOLOLT_BASE64_HH_
|
#ifndef OLM_BASE64_HH_
|
||||||
#define AXOLOLT_BASE64_HH_
|
#define OLM_BASE64_HH_
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -46,4 +46,4 @@ void decode_base64(
|
||||||
} // namespace olm
|
} // namespace olm
|
||||||
|
|
||||||
|
|
||||||
#endif /* AXOLOLT_BASE64_HH_ */
|
#endif /* OLM_BASE64_HH_ */
|
||||||
|
|
Loading…
Reference in a new issue