remove double includes

This commit is contained in:
Jacek Jendrzej
2017-09-08 21:21:32 +02:00
parent c5dc1b7770
commit 6576729fd1
20 changed files with 0 additions and 29 deletions

View File

@@ -20,11 +20,9 @@
// yhttpd
#include <yhttpd.h>
#include "ytypes_globals.h"
#include "ywebserver.h"
#include "ylogging.h"
#include "helper.h"
#include "ysocket.h"
#include "yconnection.h"
#include "yrequest.h"
#include <system/set_threadname.h>