Rename the ratchet source and include files from axolotl to ratchet
This commit is contained in:
parent
315caaba7e
commit
a0e9065f1f
3 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in a new issue