aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Host/Time.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/Time.h')
-rw-r--r--lldb/include/lldb/Host/Time.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Host/Time.h b/lldb/include/lldb/Host/Time.h
index b27eb082167e..83b76ec0f9d1 100644
--- a/lldb/include/lldb/Host/Time.h
+++ b/lldb/include/lldb/Host/Time.h
@@ -8,8 +8,8 @@
// Include system time headers, adding missing functions as necessary
-#ifndef liblldb_Host_Time_h_
-#define liblldb_Host_Time_h_
+#ifndef LLDB_HOST_TIME_H
+#define LLDB_HOST_TIME_H
#ifdef __ANDROID__
#include <android/api-level.h>
@@ -22,4 +22,4 @@ extern time_t timegm(struct tm *t);
#include <time.h>
#endif
-#endif // liblldb_Host_Time_h_
+#endif // LLDB_HOST_TIME_H