From ae6250c7af98b8f8656194662d48090c171d6a80 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 14 Jan 2018 00:17:54 +0000 Subject: Sort monolith.h according to ls(1): uppercase first. --- other/monolith.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'other') diff --git a/other/monolith.h b/other/monolith.h index def3738c..42b6b6be 100644 --- a/other/monolith.h +++ b/other/monolith.h @@ -1,25 +1,25 @@ #include "../toxcore/tox.c" +#include "../toxcore/DHT.c" +#include "../toxcore/LAN_discovery.c" +#include "../toxcore/Messenger.c" +#include "../toxcore/TCP_client.c" +#include "../toxcore/TCP_connection.c" +#include "../toxcore/TCP_server.c" #include "../toxcore/crypto_core.c" #include "../toxcore/crypto_core_mem.c" -#include "../toxcore/DHT.c" #include "../toxcore/friend_connection.c" #include "../toxcore/friend_requests.c" #include "../toxcore/group.c" -#include "../toxcore/LAN_discovery.c" #include "../toxcore/list.c" #include "../toxcore/logger.c" -#include "../toxcore/Messenger.c" -#include "../toxcore/net_crypto.c" #include "../toxcore/network.c" -#include "../toxcore/onion_announce.c" +#include "../toxcore/net_crypto.c" #include "../toxcore/onion.c" +#include "../toxcore/onion_announce.c" #include "../toxcore/onion_client.c" -#include "../toxcore/ping_array.c" #include "../toxcore/ping.c" -#include "../toxcore/TCP_client.c" -#include "../toxcore/TCP_connection.c" -#include "../toxcore/TCP_server.c" +#include "../toxcore/ping_array.c" #include "../toxcore/tox_api.c" #include "../toxcore/util.c" -- cgit v1.2.3