summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index d57b0fe..c02c0c4 100644
--- a/main.c
+++ b/main.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 <string.h>
#include <stdlib.h>
#include <stdio.h>
@@ -35,7 +34,6 @@
#include "network.h"
#include "config.h"
#include "types.h"
-#include "tls.h"
#include "types.h"
void *client_loop(void *ign) {