Skip to content

Commit

Permalink
Fix includes in job_node
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 19, 2023
1 parent f3e227b commit 5e39cdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clib/lib/job_queue/job_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#include <string>

#include <pthread.h>
#include <stdbool.h>
#include <stdlib.h>
#include <cstdlib>
#include <tuple>

#include <ert/logging.hpp>
Expand Down

0 comments on commit 5e39cdb

Please sign in to comment.