From 5a6991e90533828da9d6672fcba41138993bdb91 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 5 Sep 2012 12:53:04 -0400 Subject: Undo pragma-once-in-header enhancement --- cpp/include/Slice/PythonUtil.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/include/Slice/PythonUtil.h') diff --git a/cpp/include/Slice/PythonUtil.h b/cpp/include/Slice/PythonUtil.h index 5201b7f1c49..91501cb7f50 100644 --- a/cpp/include/Slice/PythonUtil.h +++ b/cpp/include/Slice/PythonUtil.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef SLICE_PYTHON_UTIL_H +#define SLICE_PYTHON_UTIL_H #include #include @@ -57,3 +58,5 @@ SLICE_API void printHeader(IceUtilInternal::Output&); } } + +#endif -- cgit v1.2.3