diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-17 12:13:57 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-23 18:55:05 +0100 |
commit | 4f1bb49d20ff7e9583a764b5d7d6d6cd9dc26870 (patch) | |
tree | 4f1e388a1e838969999f68074b3b3321a4b4731e /src/olm.cpp | |
parent | 182f33f8ae8c3579e098d915d00ad02bb77106fb (diff) |
Rename olm.hh to olm.h
Diffstat (limited to 'src/olm.cpp')
-rw-r--r-- | src/olm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/olm.cpp b/src/olm.cpp index 4e5f215..d23ad81 100644 --- a/src/olm.cpp +++ b/src/olm.cpp @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include "olm/olm.hh" +#include "olm/olm.h" #include "olm/session.hh" #include "olm/account.hh" #include "olm/utility.hh" |