HomePhabricator
Diffusion Comm 675661c895f6

[native] move `olm/olm.h` include to proper file

Description

[native] move olm/olm.h include to proper file

Summary:
We do not need this header Tools.h, it's not used here, but it's not included in Session.h where it's needed.

This cause 2 issues:

  1. Required using #ifndef EMSCRIPTEN, because Tools.h is used on web, and we do not want to add olm.h to bundle.
  2. Breaking our C++ coding standards: src.

Test Plan: Build iOS, Android, WASM.

Reviewers: michal, tomek, jon, marcin

Reviewed By: tomek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D8672

Details

Provenance
kamilAuthored on Jul 31 2023, 3:52 AM
Reviewer
tomek
Differential Revision
D8672: [native] move `olm/olm.h` include to proper file
Parents
rCOMM42ef356dcf82: [keyserver] Use old intermediate invite link page url
Branches
Unknown
Tags
Unknown