st/oxr: Tidy includes

This commit is contained in:
Jakob Bornecrantz 2022-05-23 14:40:01 +01:00 committed by Ryan Pavlik
parent bdcc5be476
commit a681252ac1
3 changed files with 6 additions and 10 deletions

View file

@ -1,4 +1,4 @@
// Copyright 2018-2021, Collabora, Ltd.
// Copyright 2018-2022, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
@ -9,8 +9,6 @@
#include <stdlib.h>
#include "xrt/xrt_gfx_xlib.h"
#include "util/u_debug.h"
#include "util/u_misc.h"

View file

@ -1,4 +1,4 @@
// Copyright 2019-2021, Collabora, Ltd.
// Copyright 2019-2022, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
@ -8,15 +8,14 @@
* @ingroup comp_client
*/
#include <assert.h>
#include <stdlib.h>
#include "xrt/xrt_gfx_xlib.h"
#include "util/u_debug.h"
#include "oxr_objects.h"
#include "oxr_logger.h"
#include <assert.h>
#include <stdlib.h>
#if defined(XR_USE_GRAPHICS_API_OPENGL) || defined(XR_USE_GRAPHICS_API_OPENGL_ES)

View file

@ -1,4 +1,4 @@
// Copyright 2019-2021, Collabora, Ltd.
// Copyright 2019-2022, Collabora, Ltd.
// SPDX-License-Identifier: BSL-1.0
/*!
* @file
@ -10,7 +10,6 @@
#include <stdlib.h>
#include "xrt/xrt_gfx_xlib.h"
#include "util/u_debug.h"
#include "oxr_objects.h"