summaryrefslogtreecommitdiff
path: root/framework/inc/targets.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/targets.h')
-rw-r--r--framework/inc/targets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/targets.h b/framework/inc/targets.h
index 3e0aaec8cfbe..8198fbb5cd38 100644
--- a/framework/inc/targets.h
+++ b/framework/inc/targets.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_TARGETS_H_
-#define __FRAMEWORK_TARGETS_H_
+#ifndef INCLUDED_FRAMEWORK_INC_TARGETS_H
+#define INCLUDED_FRAMEWORK_INC_TARGETS_H
#include <macros/generic.hxx>
@@ -48,6 +48,6 @@ namespace framework{
} // namespace framework
-#endif // #ifndef __FRAMEWORK_TARGETS_H_
+#endif // INCLUDED_FRAMEWORK_INC_TARGETS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */