Commit 2354aeec authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Do not use relative inclusion paths

(cherry picked from commit 05e51aa7)
parent 569532ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <G4Box.hh>
#include <G4LogicalVolume.hh>

#include "../DepositionGeant4/ActionInitializationG4.hpp"
#include "modules/DepositionGeant4/ActionInitializationG4.hpp"

#include <filesystem>
#include <sstream>
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#ifndef ALLPIX_COSMICS_DEPOSITION_MODULE_H
#define ALLPIX_COSMICS_DEPOSITION_MODULE_H

#include "../DepositionGeant4/DepositionGeant4Module.hpp"
#include "modules/DepositionGeant4/DepositionGeant4Module.hpp"

#include <mutex>

+1 −1
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@
#ifndef ALLPIX_GENERATOR_DEPOSITION_MODULE_H
#define ALLPIX_GENERATOR_DEPOSITION_MODULE_H

#include "../DepositionGeant4/DepositionGeant4Module.hpp"
#include "PrimariesReader.hpp"
#include "modules/DepositionGeant4/DepositionGeant4Module.hpp"

namespace allpix {
    /**