Skip to content

Commit

Permalink
Use lecaros suggestion to fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Nov 30, 2023
1 parent 4e22809 commit 0ba44ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/fluent-bit/flb_async_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#endif

#include <fluent-bit/flb_scheduler.h>
#include <fluent-bit/flb_async_timer.h>
#include <fluent-bit/flb_thread_pool.h>
#include <fluent-bit/flb_output_thread.h>

Expand Down
1 change: 0 additions & 1 deletion src/flb_async_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <fluent-bit/flb_coro.h>
#include <fluent-bit/flb_thread_pool.h>
#include <fluent-bit/flb_output_thread.h>
#include <fluent-bit/flb_async_timer.h>
#include <fluent-bit/flb_scheduler.h>

Expand Down

0 comments on commit 0ba44ad

Please sign in to comment.