Skip to content

Commit f9c0d4e

Browse files
committed
test(uri_log): satisfy cpplint build/include_subdir for httpserver.hpp
cpplint flags bare "httpserver.hpp" with build/include_subdir [4]. Match the convention used by every other test file in the repo and prefix the include with "./" so cpplint considers the directory explicit.
1 parent 9fde128 commit f9c0d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/uri_log_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include <string>
2222

23-
#include "httpserver.hpp"
23+
#include "./httpserver.hpp"
2424
#include "httpserver/details/modded_request.hpp"
2525

2626
#include "./littletest.hpp"

0 commit comments

Comments
 (0)