diff options
-rw-r--r-- | include/axolotl/ratchet.hh (renamed from include/axolotl/axolotl.hh) | 0 | ||||
-rw-r--r-- | src/ratchet.cpp (renamed from src/axolotl.cpp) | 2 | ||||
-rw-r--r-- | tests/test_ratchet.cpp (renamed from tests/test_axolotl.cpp) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/include/axolotl/axolotl.hh b/include/axolotl/ratchet.hh index 9d7ff9a..9d7ff9a 100644 --- a/include/axolotl/axolotl.hh +++ b/include/axolotl/ratchet.hh 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" diff --git a/tests/test_axolotl.cpp b/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" |