aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Include/OVR.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Include/OVR.h')
-rw-r--r--LibOVR/Include/OVR.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/LibOVR/Include/OVR.h b/LibOVR/Include/OVR.h
index b82e452..546e447 100644
--- a/LibOVR/Include/OVR.h
+++ b/LibOVR/Include/OVR.h
@@ -27,10 +27,14 @@ limitations under the License.
#define OVR_h
#include "OVR_Version.h"
-
-#include "../Src/Kernel/OVR_Math.h"
-
-#include "../Src/OVR_CAPI.h"
+#include "OVR_CAPI.h"
+
+/* The following includes are deprecated from this location and will be removed from a future version of this library. */
+#include "Kernel/OVR_Types.h"
+#include "Kernel/OVR_RefCount.h"
+#include "Kernel/OVR_Std.h"
+#include "Kernel/OVR_Alg.h"
+#include "Extras/OVR_Math.h"
#endif