Skip to content

Commit

Permalink
Fix includes in torque_driver
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 19, 2023
1 parent 93e181f commit b9b0f07
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/clib/lib/job_queue/torque_driver.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
#include <filesystem>

#include <array>
#include <chrono>
#include <cstdio>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <stdio.h>
#include <string.h>
#include <string>
#include <unistd.h>

#include <ert/util/util.hpp>

#include <ert/job_queue/spawn.hpp>
#include <ert/job_queue/torque_driver.hpp>
#include <ert/python.hpp>
#include <ert/util/util.hpp>

namespace fs = std::filesystem;

Expand Down

0 comments on commit b9b0f07

Please sign in to comment.