0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 21:38:18 +02:00

ircd::db: Rename prefix.h to prefix_transform.h

This commit is contained in:
Jason Volk 2019-06-11 12:47:43 -07:00
parent 98f759b3f3
commit a1d76d55cc
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ namespace ircd::db
#include "delta.h"
#include "comparator.h"
#include "compactor.h"
#include "prefix.h"
#include "prefix_transform.h"
#include "merge.h"
#include "descriptor.h"
#include "database/rocksdb.h"

View file

@ -1,7 +1,7 @@
// Matrix Construct
//
// Copyright (C) Matrix Construct Developers, Authors & Contributors
// Copyright (C) 2016-2018 Jason Volk <jason@zemos.net>
// Copyright (C) 2016-2019 Jason Volk <jason@zemos.net>
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@ -9,7 +9,7 @@
// full license for this software is available in the LICENSE file.
#pragma once
#define HAVE_IRCD_DB_PREFIX_H
#define HAVE_IRCD_DB_PREFIX_TRANSFORM_H
namespace ircd::db
{