Skip to content

Commit

Permalink
Reduce include.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Oct 7, 2024
1 parent aa6206a commit ea79e40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 1 addition & 3 deletions src/spline2/MultiBspline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
#ifndef QMCPLUSPLUS_MULTIEINSPLINE_HPP
#define QMCPLUSPLUS_MULTIEINSPLINE_HPP

#include <cstdlib>
#include <type_traits>
#include "config.h"
#include "MultiBsplineBase.hpp"
#include "spline2/BsplineAllocator.hpp"
#include "CPU/SIMD/aligned_allocator.hpp"

namespace qmcplusplus
{
Expand Down
4 changes: 0 additions & 4 deletions src/spline2/MultiBsplineBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
#ifndef QMCPLUSPLUS_MULTIEINSPLINEBASE_HPP
#define QMCPLUSPLUS_MULTIEINSPLINEBASE_HPP

#include <iostream>
#include <cstdlib>
#include <type_traits>
#include "config.h"
#include "spline2/bspline_traits.hpp"

namespace qmcplusplus
Expand Down
5 changes: 1 addition & 4 deletions src/spline2/MultiBsplineOffload.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
*/
#ifndef QMCPLUSPLUS_MULTIEINSPLINEOFFLOAD_HPP
#define QMCPLUSPLUS_MULTIEINSPLINEOFFLOAD_HPP
#include <iostream>
#include <cstdlib>
#include <type_traits>
#include "config.h"

#include "MultiBsplineBase.hpp"
#include "spline2/BsplineAllocator.hpp"
#include "OMPTarget/OffloadAlignedAllocators.hpp"
Expand Down

0 comments on commit ea79e40

Please sign in to comment.