This reverts commit 9b55f2dec0. Sorting the includes creates some problems.
9b55f2dec0
Regards https://github.com/profanity-im/profanity/issues/1396
Don't lower account name before calling accounts_get_account(). Only lower if there is no account with the given name and the name is interpreted as a jid. Updated unittests to test this behaviour. Fixes #725 .