Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e6c33c4

Browse files
committed
remove redundant include
1 parent 0b4d086 commit e6c33c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#include "utils/nitro_utils.h"
2-
#include <algorithm> // Include the algorithm header
32
#include <climits> // for PATH_MAX
43
#include <drogon/HttpAppFramework.h>
54
#include <drogon/drogon.h>
6-
#include <thread>
75

86
#if defined(__APPLE__) && defined(__MACH__)
97
#include <libgen.h> // for dirname()

0 commit comments

Comments
 (0)