Skip to content

Commit

Permalink
Remove includes from enkf_obs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 19, 2023
1 parent bfbd5f3 commit 384ae21
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/clib/lib/enkf/enkf_obs.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
#include <cmath>
#include <cppitertools/enumerate.hpp>
#include <map>
#include <utility>

#include <ert/ecl/ecl_grid.h>
#include <ert/ecl/ecl_sum.h>
#include <ert/util/hash.h>
#include <ert/util/type_vector_functions.h>
#include <ert/util/vector.h>

#include <ert/ecl/ecl_grid.h>
#include <ert/ecl/ecl_sum.h>
#include <ert/except.hpp>
#include <ert/python.hpp>
#include <ert/res_util/string.hpp>
#include <ert/util/hash.h>
#include <ert/util/type_vector_functions.h>
#include <ert/util/vector.h>
#include <map>

ERT_CLIB_SUBMODULE("enkf_obs", m) {
using namespace py::literals;
Expand Down

0 comments on commit 384ae21

Please sign in to comment.