0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

modules/federation: Rename sender.int.h to sender.h.

This commit is contained in:
Jason Volk 2020-03-04 09:55:27 -08:00
parent f4679e1383
commit bf2219634a
2 changed files with 1 additions and 1 deletions

View file

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