summaryrefslogtreecommitdiff
path: root/cmds/lshal/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/lshal/utils.h')
-rw-r--r--cmds/lshal/utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cmds/lshal/utils.h b/cmds/lshal/utils.h
index 240155e4d0..04f52726e3 100644
--- a/cmds/lshal/utils.h
+++ b/cmds/lshal/utils.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef FRAMEWORK_NATIVE_CMDS_LSHAL_UTILS_H_
-#define FRAMEWORK_NATIVE_CMDS_LSHAL_UTILS_H_
+#pragma once
#include <iomanip>
#include <iostream>
@@ -88,5 +87,3 @@ void replaceAll(std::string *s, char from, char to);
} // namespace lshal
} // namespace android
-
-#endif // FRAMEWORK_NATIVE_CMDS_LSHAL_UTILS_H_