Skip to content

Commit

Permalink
Merge pull request #8 from streeve/fixup_includes
Browse files Browse the repository at this point in the history
Only include core library
  • Loading branch information
streeve authored May 19, 2023
2 parents 3c08bab + cd802cb commit 3e27de7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Parameters.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef PARAMETERS_H
#define PARAMETERS_H


#include <string>
#include <map>

#include <Cabana_Core.hpp>
#include <Cabana_AoSoA.hpp>

#include "Definitions.h"

namespace HACCabana
Expand Down
4 changes: 2 additions & 2 deletions src/ParticleActions.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#define PARTICLE_ACTIONS_H

#include <string>

#include <Cabana_Core.hpp>
#include <Cabana_AoSoA.hpp>
#include <Cabana_LinkedCellList.hpp>

#include "Definitions.h"
#include "TimeStepper.h"
#include "Particles.h"
Expand Down
3 changes: 2 additions & 1 deletion src/Particles.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
#define PARTICLES_H

#include <string>

#include <Cabana_Core.hpp>
#include <Cabana_AoSoA.hpp>

#include "Definitions.h"

namespace HACCabana
Expand Down
3 changes: 1 addition & 2 deletions src/driver_gpu.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
#include <unistd.h>

#include <iostream>

#include <Cabana_Core.hpp>
#include <Cabana_AoSoA.hpp>
#include <Cabana_LinkedCellList.hpp>

#include "Definitions.h"
#include "Parameters.h"
Expand Down

0 comments on commit 3e27de7

Please sign in to comment.