commit | 0b8e38764c4b326ce37bd0164fa88f641ac75fac | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jun 25 08:54:34 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Jun 25 08:54:34 2019 -0700 |
tree | e18d80b3648d0ca8e281f23a7d9e8081bfc76ce9 | |
parent | 8475fc34a2144b947db4f1a1170a01809e83479d [diff] [blame] |
lshal: use pragma once For simplicity when adding new files. Bug: N/A Test: N/A Change-Id: Ia66e5da5ff680b9287c4431799a935b58de02307
diff --git a/cmds/lshal/Timeout.h b/cmds/lshal/Timeout.h index 46d8177..e8d22d9 100644 --- a/cmds/lshal/Timeout.h +++ b/cmds/lshal/Timeout.h
@@ -14,6 +14,8 @@ * limitations under the License. */ +#pragma once + #include <condition_variable> #include <chrono> #include <functional>