Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 590a5a7f authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "libbinder: use pragma once"

parents 8e046890 c7a871e8
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#ifndef ANDROID_ACTIVITY_MANAGER_H
#define ANDROID_ACTIVITY_MANAGER_H
#pragma once

#ifndef __ANDROID_VNDK__

@@ -94,5 +93,3 @@ private:
#else // __ANDROID_VNDK__
#error "This header is not visible to vendors"
#endif // __ANDROID_VNDK__

#endif // ANDROID_ACTIVITY_MANAGER_H
+1 −4
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#ifndef ANDROID_APP_OPS_MANAGER_H
#define ANDROID_APP_OPS_MANAGER_H
#pragma once

#include <binder/IAppOpsService.h>

@@ -175,5 +174,3 @@ private:
} // namespace android

// ---------------------------------------------------------------------------

#endif // ANDROID_APP_OPS_MANAGER_H
+1 −4
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#ifndef ANDROID_BINDER_H
#define ANDROID_BINDER_H
#pragma once

#include <atomic>
#include <stdint.h>
@@ -142,5 +141,3 @@ private:
} // namespace android

// ---------------------------------------------------------------------------

#endif // ANDROID_BINDER_H
+1 −3
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#ifndef ANDROID_BINDER_SERVICE_H
#define ANDROID_BINDER_SERVICE_H
#pragma once

#include <stdint.h>

@@ -64,4 +63,3 @@ private:

} // namespace android
// ---------------------------------------------------------------------------
#endif // ANDROID_BINDER_SERVICE_H
+1 −4
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@
 * limitations under the License.
 */

#ifndef ANDROID_BPBINDER_H
#define ANDROID_BPBINDER_H
#pragma once

#include <binder/IBinder.h>
#include <utils/KeyedVector.h>
@@ -153,5 +152,3 @@ private:
} // namespace android

// ---------------------------------------------------------------------------

#endif // ANDROID_BPBINDER_H
Loading