[core] include settings.h where used

personal/stbuehler/ci-build
Glenn Strauss 2019-12-09 23:53:29 -05:00
parent 4069dc2ad7
commit b4a0ec05fd
4 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,7 @@
#include "http_header.h"
#include "log.h"
#include "response.h"
#include "settings.h" /* MAX_READ_LIMIT */
#include <stdlib.h>
#include <string.h>

View File

@ -3,7 +3,7 @@
#include "base.h"
#include "buffer.h"
#include "burl.h" /* HTTP_PARSEOPT_HEADER_STRICT */
#include "settings.h" /* BUFFER_MAX_REUSE_SIZE */
#include "settings.h" /* BUFFER_MAX_REUSE_SIZE MAX_READ_LIMIT MAX_WRITE_LIMIT */
#include "log.h"
#include "connections.h"
#include "fdevent.h"

View File

@ -27,6 +27,7 @@
#include "fdevent.h"
#include "log.h"
#include "sock_addr.h"
#include "settings.h" /* MAX_WRITE_LIMIT */

View File

@ -11,6 +11,7 @@
#include "response.h"
#include "sock_addr.h"
#include "stat_cache.h"
#include "settings.h" /* MAX_HTTP_REQUEST_HEADER MAX_READ_LIMIT */
#include <stdlib.h>
#include <string.h>