aboutsummaryrefslogtreecommitdiff
path: root/src/btree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree.h')
-rw-r--r--src/btree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/btree.h b/src/btree.h
index c8b293ef1..b76e2ce21 100644
--- a/src/btree.h
+++ b/src/btree.h
@@ -13,8 +13,8 @@
** subsystem. See comments in the source code for a detailed description
** of what each interface routine does.
*/
-#ifndef _BTREE_H_
-#define _BTREE_H_
+#ifndef SQLITE_BTREE_H
+#define SQLITE_BTREE_H
/* TODO: This definition is just included so other modules compile. It
** needs to be revisited.
@@ -359,4 +359,4 @@ void sqlite3BtreeCursorList(Btree*);
#endif
-#endif /* _BTREE_H_ */
+#endif /* SQLITE_BTREE_H */