Rename the ratchet source and include files from axolotl to ratchet

logging_enabled
Mark Haines 2015-03-03 11:26:52 +00:00
parent 315caaba7e
commit a0e9065f1f
3 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"