diff options
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,9 +17,9 @@ #include <time.h> #include <unistd.h> -#include <tox/tox.h> -#include <tox/toxav.h> -#include <tox/toxencryptsave.h> +#include "tox.h" +#include "toxav.h" +#include "toxencryptsave.h" #include "arg.h" #include "queue.h" |