diff options
author | z3bra <contactatz3bradotorg> | 2016-11-14 08:38:09 +0100 |
---|---|---|
committer | z3bra <contactatz3bradotorg> | 2016-11-14 08:38:09 +0100 |
commit | 8830214a1aa2ca54d5ef861fef8a8ec04c064b38 (patch) | |
tree | c948ee3dee71fffa9611389bd6ba70e7bdf7dd5e /ratox.c | |
parent | 869e1f2cbe89b37b7b0adce2f75e1a2eb7f2450a (diff) |
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.
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,9 +19,9 @@ #include <time.h> #include <unistd.h> -#include "tox.h" -#include "toxav.h" -#include "toxencryptsave.h" +#include <tox/tox.h> +#include <tox/toxav.h> +#include <tox/toxencryptsave.h> #include "arg.h" #include "queue.h" |