diff --git a/include/axolotl/axolotl.hh b/include/axolotl/ratchet.hh
similarity index 100%
rename from include/axolotl/axolotl.hh
rename to include/axolotl/ratchet.hh
diff --git a/src/axolotl.cpp b/src/ratchet.cpp
similarity index 99%
rename from src/axolotl.cpp
rename to src/ratchet.cpp
index 0f0d226a0b3ab1949d348d168e0089ecb8e6ec0b..72c6e8201f2a259c7c6f22bc73ab3deb9174aaa0 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"
 
diff --git a/tests/test_axolotl.cpp b/tests/test_ratchet.cpp
similarity index 99%
rename from tests/test_axolotl.cpp
rename to tests/test_ratchet.cpp
index f268f2ab943587a40f071073747cc8da6f457cf0..95391e32e0b8ba03d02bb6795b6cbc278f54385f 100644
--- a/tests/test_axolotl.cpp
+++ b/tests/test_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 "unittest.hh"