0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00

ircd::ctx: Fix erroneous have-include guard here.

This commit is contained in:
Jason Volk 2018-08-26 17:19:53 -07:00
parent 48a436fcc1
commit 26d062e3f7

View file

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