summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-14 00:17:54 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-16 09:50:01 +0000
commitae6250c7af98b8f8656194662d48090c171d6a80 (patch)
tree1073d9b75516ac1dbf286fb092f4266dd9f5b6b0 /other
parentdaf4dc05719d05eb219a809ff79bb52d0443d716 (diff)
Sort monolith.h according to ls(1): uppercase first.
Diffstat (limited to 'other')
-rw-r--r--other/monolith.h18
1 files changed, 9 insertions, 9 deletions
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 @@
1#include "../toxcore/tox.c" 1#include "../toxcore/tox.c"
2 2
3#include "../toxcore/DHT.c"
4#include "../toxcore/LAN_discovery.c"
5#include "../toxcore/Messenger.c"
6#include "../toxcore/TCP_client.c"
7#include "../toxcore/TCP_connection.c"
8#include "../toxcore/TCP_server.c"
3#include "../toxcore/crypto_core.c" 9#include "../toxcore/crypto_core.c"
4#include "../toxcore/crypto_core_mem.c" 10#include "../toxcore/crypto_core_mem.c"
5#include "../toxcore/DHT.c"
6#include "../toxcore/friend_connection.c" 11#include "../toxcore/friend_connection.c"
7#include "../toxcore/friend_requests.c" 12#include "../toxcore/friend_requests.c"
8#include "../toxcore/group.c" 13#include "../toxcore/group.c"
9#include "../toxcore/LAN_discovery.c"
10#include "../toxcore/list.c" 14#include "../toxcore/list.c"
11#include "../toxcore/logger.c" 15#include "../toxcore/logger.c"
12#include "../toxcore/Messenger.c"
13#include "../toxcore/net_crypto.c"
14#include "../toxcore/network.c" 16#include "../toxcore/network.c"
15#include "../toxcore/onion_announce.c" 17#include "../toxcore/net_crypto.c"
16#include "../toxcore/onion.c" 18#include "../toxcore/onion.c"
19#include "../toxcore/onion_announce.c"
17#include "../toxcore/onion_client.c" 20#include "../toxcore/onion_client.c"
18#include "../toxcore/ping_array.c"
19#include "../toxcore/ping.c" 21#include "../toxcore/ping.c"
20#include "../toxcore/TCP_client.c" 22#include "../toxcore/ping_array.c"
21#include "../toxcore/TCP_connection.c"
22#include "../toxcore/TCP_server.c"
23#include "../toxcore/tox_api.c" 23#include "../toxcore/tox_api.c"
24#include "../toxcore/util.c" 24#include "../toxcore/util.c"
25 25