Skip to content

Commit

Permalink
Common/Common.hpp: move submodule check
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 29, 2023
1 parent 50af17a commit b4fb3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Common/Common.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#pragma once

#if _MSC_VER
#include "submodule_check.hpp"
#endif

#include "Common/Config.hpp"
#include "Common/Platform.hpp"
#include "Common/FSMacros.hpp"
#include "Include/xrAPI/xrAPI.h"

#ifdef XR_COMPILER_MSVC
# include "submodule_check.hpp"
#endif

0 comments on commit b4fb3e4

Please sign in to comment.