diff options
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" |