From bf2219634a68c7d3e18e31a5e5ffb0f350087d38 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 4 Mar 2020 09:55:27 -0800 Subject: [PATCH] modules/federation: Rename sender.int.h to sender.h. --- modules/federation/sender.cc | 2 +- modules/federation/{sender.int.h => sender.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/federation/{sender.int.h => sender.h} (100%) diff --git a/modules/federation/sender.cc b/modules/federation/sender.cc index a8d75f185..f11ef28a4 100644 --- a/modules/federation/sender.cc +++ b/modules/federation/sender.cc @@ -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 txns; std::map> nodes; diff --git a/modules/federation/sender.int.h b/modules/federation/sender.h similarity index 100% rename from modules/federation/sender.int.h rename to modules/federation/sender.h