aboutsummaryrefslogtreecommitdiff
path: root/include/http_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_server.h')
-rw-r--r--include/http_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/http_server.h b/include/http_server.h
index 578b561..ac37017 100644
--- a/include/http_server.h
+++ b/include/http_server.h
@@ -2,8 +2,9 @@
#ifndef HTTP_SERVER_H_
#define HTTP_SERVER_H_
-#include <esp_log.h>
#include <esp_http_server.h>
+#include <esp_log.h>
+
#include "ws2812b_writer.h"
httpd_handle_t start_webserver(ws_params_t* params);