diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 05:32:12 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-22 05:32:49 +0200 |
commit | d6b80337fb76e31b2e6a11c18c3ae989767c8118 (patch) | |
tree | 9226ffd33b31359d8845976cdb898f9e302de476 /include | |
parent | 657a3a81828216240b6ff31377d62ca17e656368 (diff) |
fdo#68849 add some header guards
Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0
Diffstat (limited to 'include')
-rw-r--r-- | include/cppcanvas/cppcanvasdllapi.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |