mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::ctx: Fix erroneous have-include guard here.
This commit is contained in:
parent
48a436fcc1
commit
26d062e3f7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
// full license for this software is available in the LICENSE file.
|
||||
|
||||
#pragma once
|
||||
#define HAVE_IRCD_UTIL_H
|
||||
#define HAVE_IRCD_CTX_UNLOCK_GUARD_H
|
||||
|
||||
namespace ircd::ctx
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue