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 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" 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 f268f2a..95391e3 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"