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