mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/federation: Rename sender.int.h to sender.h.
This commit is contained in:
parent
f4679e1383
commit
bf2219634a
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
// copyright notice and this permission notice is present in all copies. The
|
||||
// full license for this software is available in the LICENSE file.
|
||||
|
||||
#include "sender.int.h"
|
||||
#include "sender.h"
|
||||
|
||||
std::list<txn> txns;
|
||||
std::map<std::string, node, std::less<>> nodes;
|
||||
|
|
Loading…
Reference in a new issue