summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
authorz3bra <contactatz3bradotorg>2016-11-14 08:38:09 +0100
committerz3bra <contactatz3bradotorg>2016-11-14 08:38:09 +0100
commit8830214a1aa2ca54d5ef861fef8a8ec04c064b38 (patch)
treec948ee3dee71fffa9611389bd6ba70e7bdf7dd5e /ratox.c
parent869e1f2cbe89b37b7b0adce2f75e1a2eb7f2450a (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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ratox.c b/ratox.c
index cbd8a47..282f714 100644
--- a/ratox.c
+++ b/ratox.c
@@ -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"