diff --git a/src/include/gpgmm_d3d12.h b/src/include/gpgmm_d3d12.h index b66e801ae..64d6da0fd 100644 --- a/src/include/gpgmm_d3d12.h +++ b/src/include/gpgmm_d3d12.h @@ -12,12 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_INCLUDE_GPGMM_D3D12_H_ -#define GPGMM_INCLUDE_GPGMM_D3D12_H_ - -#include - -// clang-format off +#ifndef INCLUDE_GPGMM_D3D12_H_ +#define INCLUDE_GPGMM_D3D12_H_ #include "gpgmm/d3d12/HeapD3D12.h" #include "gpgmm/d3d12/ResidencyListD3D12.h" @@ -25,6 +21,4 @@ #include "gpgmm/d3d12/ResourceAllocationD3D12.h" #include "gpgmm/d3d12/ResourceAllocatorD3D12.h" -// clang-format on - -#endif // GPGMM_INCLUDE_GPGMM_D3D12_H_ +#endif // INCLUDE_GPGMM_D3D12_H_ diff --git a/src/include/gpgmm_vk.h b/src/include/gpgmm_vk.h index d9c692d89..7f2e3329e 100644 --- a/src/include/gpgmm_vk.h +++ b/src/include/gpgmm_vk.h @@ -12,15 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef GPGMM_INCLUDE_GPGMM_VK_H_ -#define GPGMM_INCLUDE_GPGMM_VK_H_ - -#include - -// clang-format off +#ifndef INCLUDE_GPGMM_VK_H_ +#define INCLUDE_GPGMM_VK_H_ #include "gpgmm/vk/ResourceAllocatorVk.h" -// clang-format on - -#endif // GPGMM_INCLUDE_GPGMM_VK_H_ +#endif // INCLUDE_GPGMM_VK_H_