Cleanup: compiler warning on Arm with sse2neon

Reorder includes to avoid BLI_simd.h redefining SSE2NEON_PRECISE macros.
This commit is contained in:
Brecht Van Lommel 2022-12-20 03:03:14 +01:00
parent 32b861b14a
commit d28588f31e
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,6 @@
/* SPDX-License-Identifier: Apache-2.0
* Copyright 2021-2022 Blender Foundation */
#include "blender/display_driver.h"
#include "device/device.h"
#include "util/log.h"
#include "util/math.h"
#include "GPU_context.h"
#include "GPU_immediate.h"
#include "GPU_shader.h"
@ -15,6 +9,12 @@
#include "RE_engine.h"
#include "blender/display_driver.h"
#include "device/device.h"
#include "util/log.h"
#include "util/math.h"
CCL_NAMESPACE_BEGIN
/* --------------------------------------------------------------------