aboutsummaryrefslogtreecommitdiff
path: root/drm/DrmEncoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/DrmEncoder.h')
-rw-r--r--drm/DrmEncoder.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drm/DrmEncoder.h b/drm/DrmEncoder.h
index 39a695c..89e664c 100644
--- a/drm/DrmEncoder.h
+++ b/drm/DrmEncoder.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef ANDROID_DRM_ENCODER_H_
-#define ANDROID_DRM_ENCODER_H_
+#pragma once
#include <xf86drmMode.h>
@@ -65,5 +64,3 @@ class DrmEncoder : public PipelineBindable<DrmEncoder> {
const uint32_t index_in_res_array_;
};
} // namespace android
-
-#endif // ANDROID_DRM_ENCODER_H_