mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
ircd::db: Rename prefix.h to prefix_transform.h
This commit is contained in:
parent
98f759b3f3
commit
a1d76d55cc
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
{
|
Loading…
Reference in a new issue