aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-03-03 11:26:52 +0000
committerMark Haines <mark.haines@matrix.org>2015-03-03 11:50:17 +0000
commita0e9065f1f47d41c6f2bd692b5027695db79de25 (patch)
tree34d72ab682874fb94997ae5a72139c2a1b4b47d5 /src
parent315caaba7e83eb6680a0407ea13e04b5f7739788 (diff)
Rename the ratchet source and include files from axolotl to ratchet
Diffstat (limited to 'src')
-rw-r--r--src/ratchet.cpp (renamed from src/axolotl.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/axolotl.cpp b/src/ratchet.cpp
index 0f0d226..72c6e82 100644
--- a/src/axolotl.cpp
+++ b/src/ratchet.cpp
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include "axolotl/axolotl.hh"
+#include "axolotl/ratchet.hh"
#include "axolotl/message.hh"
#include "axolotl/memory.hh"