summaryrefslogtreecommitdiff
path: root/libs/binder/include/binder/IResultReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/include/binder/IResultReceiver.h')
-rw-r--r--libs/binder/include/binder/IResultReceiver.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/binder/include/binder/IResultReceiver.h b/libs/binder/include/binder/IResultReceiver.h
index 70e99e7c38..5434445cf8 100644
--- a/libs/binder/include/binder/IResultReceiver.h
+++ b/libs/binder/include/binder/IResultReceiver.h
@@ -14,9 +14,7 @@
* limitations under the License.
*/
-//
-#ifndef ANDROID_IRESULT_RECEIVER_H
-#define ANDROID_IRESULT_RECEIVER_H
+#pragma once
#include <binder/IInterface.h>
@@ -51,6 +49,3 @@ public:
// ----------------------------------------------------------------------
} // namespace android
-
-#endif // ANDROID_IRESULT_RECEIVER_H
-