mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Task: Moved include to top of list, per flint++ recommendation
This commit is contained in:
parent
5d9ca9864e
commit
5c8b7148b4
17 changed files with 17 additions and 17 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
|
||||
#include <TLSClient.h>
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
@ -44,7 +45,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <TLSClient.h>
|
||||
#include <gnutls/x509.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue