From 96c87b5868d7f01320923fae307870538501acd5 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 19 Jul 2012 16:39:19 +0200 Subject: ICE-4782 Generate "#pragma once" for include-guards in generated C++ header files. --- cpp/include/Slice/PythonUtil.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpp/include/Slice/PythonUtil.h') diff --git a/cpp/include/Slice/PythonUtil.h b/cpp/include/Slice/PythonUtil.h index 91501cb7f50..5201b7f1c49 100644 --- a/cpp/include/Slice/PythonUtil.h +++ b/cpp/include/Slice/PythonUtil.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef SLICE_PYTHON_UTIL_H -#define SLICE_PYTHON_UTIL_H +#pragma once #include #include @@ -58,5 +57,3 @@ SLICE_API void printHeader(IceUtilInternal::Output&); } } - -#endif -- cgit v1.2.3