From 8830214a1aa2ca54d5ef861fef8a8ec04c064b38 Mon Sep 17 00:00:00 2001 From: z3bra Date: Mon, 14 Nov 2016 08:38:09 +0100 Subject: Revert "Compile against local toxcore submodule" This reverts commit a1d2b63e6af32685f5828c302a0d3edeeb48090f. Ratox now compiles against the latest version of the API, so there is no need for using a local submodule anymore. --- ratox.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index cbd8a47..282f714 100644 --- a/ratox.c +++ b/ratox.c @@ -19,9 +19,9 @@ #include #include -#include "tox.h" -#include "toxav.h" -#include "toxencryptsave.h" +#include +#include +#include #include "arg.h" #include "queue.h" -- cgit v1.2.3