From 0e1b238faec0980150c202e81b2bf8f63ba2ca8e Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 25 May 2010 21:40:11 +0000 Subject: tests: Replaced #pragma once with header guards git-svn-id: http://pugixml.googlecode.com/svn/trunk@450 99668b35-9821-0410-8761-19e4c4f06640 --- tests/common.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/common.hpp') diff --git a/tests/common.hpp b/tests/common.hpp index 306fb18..b466c09 100644 --- a/tests/common.hpp +++ b/tests/common.hpp @@ -1,3 +1,8 @@ +#ifndef HEADER_TEST_COMMON_HPP +#define HEADER_TEST_COMMON_HPP + #include "test.hpp" using namespace pugi; + +#endif -- cgit v1.2.3