Cleanup: Fix location of #pragma once in some headers

This commit is contained in:
Hans Goudey
2024-04-12 12:52:51 -04:00
parent 5c10f9fcb3
commit 3744b54790
4 changed files with 8 additions and 8 deletions

View File

@@ -2,6 +2,8 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#include "BLI_bounds.hh"
#include "BLI_function_ref.hh"
#include "BLI_math_matrix_types.hh"
@@ -13,8 +15,6 @@
#include "BKE_volume_grid_fwd.hh"
#pragma once
struct Depsgraph;
struct Mesh;
struct Volume;

View File

@@ -2,10 +2,10 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#include "BLI_index_mask.hh"
#pragma once
#include "BLI_index_mask.hh"
struct PointCloud;
namespace blender::bke {
class AnonymousAttributePropagationInfo;

View File

@@ -2,12 +2,12 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#include "BLI_string_ref.hh"
#include "BKE_volume_grid_fwd.hh"
#pragma once
struct Volume;
/** \file

View File

@@ -2,6 +2,8 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#include "BLI_heap.h"
#include "BLI_math_matrix.hh"
#include "BLI_memarena.h"
@@ -11,8 +13,6 @@
#include "DNA_space_types.h"
#include "DNA_vec_types.h"
#pragma once
/** \file
* \ingroup geo
*/