Cleanup: Prepare XR code for sorted headers

This commit is contained in:
Julian Eisel 2020-03-18 20:46:47 +01:00
parent 1935cd4027
commit 99be00fdb1
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,9 @@
#include <memory>
#include <vector>
#include "GHOST_Xr_intern.h"
#include "GHOST_IXrContext.h"
struct OpenXRInstanceData;

View File

@ -24,6 +24,8 @@
#include <map>
#include <memory>
#include "GHOST_Xr_intern.h"
class GHOST_XrContext;
class GHOST_XrSwapchain;
struct OpenXRSessionData;