summaryrefslogtreecommitdiff
path: root/client_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'client_network.c')
-rw-r--r--client_network.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client_network.c b/client_network.c
index 11b7a19..a043338 100644
--- a/client_network.c
+++ b/client_network.c
@@ -26,7 +26,6 @@
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
// OTHER DEALINGS IN THE SOFTWARE.
-#include <gnutls/gnutls.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/types.h>
@@ -41,7 +40,6 @@
#include "config.h"
#include "types.h"
#include "table.h"
-#include "tls.h"
struct table client_network_commands = {0};
struct string client_nick = {0};