Cleanup: Fix location of #pragma once in some headers
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user