0
0
Fork 0
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:
Jason Volk 2017-09-09 12:20:53 -07:00
parent 8ad134c565
commit aa6cd82fbc
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -21,7 +21,7 @@
*/
#pragma once
#define HAVE_IRCD_DB_TUPLE_H
#define HAVE_IRCD_DB_JSON_H
namespace ircd::db
{