summaryrefslogtreecommitdiff
path: root/framework/inc/fwkdllapi.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:25:45 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:53 +0100
commit15b5412fad3e6363debb33de583843ca7c9c7299 (patch)
tree5cbe55b56abd8f0b0fd546d7a75755469cb454ac /framework/inc/fwkdllapi.h
parenta2502692cd2da8665719b1769eacbf334f7c0293 (diff)
fixincludeguards.sh: framework
Change-Id: Ia6f3cb21977095df45a176db2bf68f508c70191c
Diffstat (limited to 'framework/inc/fwkdllapi.h')
-rw-r--r--framework/inc/fwkdllapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/fwkdllapi.h b/framework/inc/fwkdllapi.h
index c43b370e6193..2a12d592ddea 100644
--- a/framework/inc/fwkdllapi.h
+++ b/framework/inc/fwkdllapi.h
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FWKDLLAPI_H
-#define INCLUDED_FWKDLLAPI_H
+#ifndef INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
+#define INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
#include "sal/types.h"
#include <fwidllapi.h>
-#endif /* INCLUDED_FWKDLLAPI_H */
+#endif // INCLUDED_FRAMEWORK_INC_FWKDLLAPI_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */