From 921151d97a2fb2238ab514324fb95e2732248b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Thu, 17 Aug 2017 22:19:39 +0200 Subject: C++ modernize: Pragma once (#6264) * Migrate cpp headers to pragma once --- src/cmake_config_githash.h.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cmake_config_githash.h.in') diff --git a/src/cmake_config_githash.h.in b/src/cmake_config_githash.h.in index c72960c9f..66870b048 100644 --- a/src/cmake_config_githash.h.in +++ b/src/cmake_config_githash.h.in @@ -1,10 +1,6 @@ // Filled in by the build system // Separated from cmake_config.h to avoid excessive rebuilds on every commit -#ifndef CMAKE_CONFIG_GITHASH_H -#define CMAKE_CONFIG_GITHASH_H +#pragma once #define VERSION_GITHASH "@VERSION_GITHASH@" - -#endif - -- cgit v1.2.3