Commit 10bc2074 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Pulse: do not include exceptions header in Pulse header, no need for this to land in the dict

parent 45d4fbfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include "core/module/Event.hpp"
#include "core/utils/log.h"
#include "objects/PixelCharge.hpp"
#include "objects/exceptions.h"

#include <set>
#include <string>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

#include "core/utils/distributions.h"
#include "core/utils/log.h"
#include "objects/exceptions.h"
#include "tools/runge_kutta.h"

using namespace allpix;
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@

#include "Pulse.hpp"

#include "objects/exceptions.h"

#include <cmath>
#include <numeric>

+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

#include <TObject.h>

#include "objects/exceptions.h"

namespace allpix {
    /**
     * @ingroup Objects