Index: third_party/sqlite/src/src/hash.h |
diff --git a/third_party/sqlite/src/src/hash.h b/third_party/sqlite/src/src/hash.h |
index 6dfa4e035c26e0e5530f2cb09251a2a201339220..90540eda50ebcff1bd76c1f266cf29312b21d99d 100644 |
--- a/third_party/sqlite/src/src/hash.h |
+++ b/third_party/sqlite/src/src/hash.h |
@@ -12,8 +12,8 @@ |
** This is the header file for the generic hash-table implementation |
** used in SQLite. |
*/ |
-#ifndef _SQLITE_HASH_H_ |
-#define _SQLITE_HASH_H_ |
+#ifndef SQLITE_HASH_H |
+#define SQLITE_HASH_H |
/* Forward declarations of structures. */ |
typedef struct Hash Hash; |
@@ -93,4 +93,4 @@ void sqlite3HashClear(Hash*); |
*/ |
/* #define sqliteHashCount(H) ((H)->count) // NOT USED */ |
-#endif /* _SQLITE_HASH_H_ */ |
+#endif /* SQLITE_HASH_H */ |