mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd::db: Rename file tuple.h to json.h
This commit is contained in:
parent
8ad134c565
commit
aa6cd82fbc
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ enum class ircd::db::pos
|
|||
#include "db/row.h"
|
||||
#include "db/index.h"
|
||||
#include "db/value.h"
|
||||
#include "db/tuple.h"
|
||||
#include "db/json.h"
|
||||
#include "db/where.h"
|
||||
#include "db/cursor.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#define HAVE_IRCD_DB_TUPLE_H
|
||||
#define HAVE_IRCD_DB_JSON_H
|
||||
|
||||
namespace ircd::db
|
||||
{
|
Loading…
Reference in a new issue