From d6b80337fb76e31b2e6a11c18c3ae989767c8118 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 22 Oct 2013 05:32:12 +0200 Subject: fdo#68849 add some header guards Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0 --- include/cppcanvas/cppcanvasdllapi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/cppcanvas/cppcanvasdllapi.h') diff --git a/include/cppcanvas/cppcanvasdllapi.h b/include/cppcanvas/cppcanvasdllapi.h index be641aad8b2b..90b0ba893630 100644 --- a/include/cppcanvas/cppcanvasdllapi.h +++ b/include/cppcanvas/cppcanvasdllapi.h @@ -16,8 +16,9 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_CPPCANVASDLLAPI_H -#define INCLUDED_CPPCANVASDLLAPI_H + +#ifndef INCLUDED_CPPCANVAS_CPPCANVASDLLAPI_H +#define INCLUDED_CPPCANVAS_CPPCANVASDLLAPI_H #if defined CPPCANVAS_DLLIMPLEMENTATION -- cgit