Skip to content
Snippets Groups Projects
Commit 118569e7 authored by Ryan Pavlik's avatar Ryan Pavlik
Browse files

tests: Fix warning arising from include order.

oxr_api_verify.h doesn't include any deps.
parent 81edc813
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,10 @@ typedef void *GLXContext;
#include <xrt/xrt_defines.h>
#include <oxr/oxr_logger.h>
#include <oxr/oxr_api_funcs.h>
#include <oxr/oxr_api_verify.h>
#include <oxr/oxr_logger.h>
void init_glx(Display **display, GLXDrawable *w, GLXContext *ctx);
void destroy_glx();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment