summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/AccComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/UAccCOM/AccComponent.h')
-rw-r--r--winaccessibility/source/UAccCOM/AccComponent.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/winaccessibility/source/UAccCOM/AccComponent.h b/winaccessibility/source/UAccCOM/AccComponent.h
index 99610872d830..bfd0cf42582c 100644
--- a/winaccessibility/source/UAccCOM/AccComponent.h
+++ b/winaccessibility/source/UAccCOM/AccComponent.h
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMPONENT_H
-#define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMPONENT_H
+#pragma once
#include "Resource.h" // main symbols
@@ -85,6 +84,4 @@ public:
STDMETHOD(get_background)(IA2Color * background) override;
};
-#endif // INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMPONENT_H
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */