aboutsummaryrefslogtreecommitdiff
path: root/backend/Backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Backend.h')
-rw-r--r--backend/Backend.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/backend/Backend.h b/backend/Backend.h
index 82b8fca..c24e818 100644
--- a/backend/Backend.h
+++ b/backend/Backend.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef ANDROID_BACKEND_H
-#define ANDROID_BACKEND_H
+#pragma once
#include "hwc2_device/DrmHwcTwo.h"
@@ -41,5 +40,3 @@ class Backend {
int client_start, size_t client_size);
};
} // namespace android
-
-#endif