From 4c6dc7a3b74ee720801d1259e4f498b19d343de6 Mon Sep 17 00:00:00 2001 From: Jin^eLD Date: Mon, 28 Oct 2013 13:15:59 +0100 Subject: Public headers should not have any internal references --- toxmsi/toxmsi.h | 2 +- toxrtp/toxrtp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toxmsi/toxmsi.h b/toxmsi/toxmsi.h index 69d5144a..d8985c64 100644 --- a/toxmsi/toxmsi.h +++ b/toxmsi/toxmsi.h @@ -28,7 +28,7 @@ #define _MSI_IMPL_H_ #include -#include "../toxcore/tox.h" +#include "tox.h" #include #define MCBTYPE void diff --git a/toxrtp/toxrtp.h b/toxrtp/toxrtp.h index 44717835..0aa89993 100644 --- a/toxrtp/toxrtp.h +++ b/toxrtp/toxrtp.h @@ -30,7 +30,7 @@ #define RTP_VERSION 2 #include -#include "../toxcore/tox.h" +#include "tox.h" #include /* Extension header flags */ #define RTP_EXT_TYPE_RESOLUTION 0x01 -- cgit v1.2.3