aboutsummaryrefslogtreecommitdiff
path: root/drm/DrmFbImporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/DrmFbImporter.h')
-rw-r--r--drm/DrmFbImporter.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drm/DrmFbImporter.h b/drm/DrmFbImporter.h
index 9e94238..9a7c335 100644
--- a/drm/DrmFbImporter.h
+++ b/drm/DrmFbImporter.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef DRM_DRMFBIMPORTER_H_
-#define DRM_DRMFBIMPORTER_H_
+#pragma once
#include <drm/drm_fourcc.h>
#include <hardware/gralloc.h>
@@ -87,5 +86,3 @@ class DrmFbImporter {
};
} // namespace android
-
-#endif