Commit 4809e944 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

(cherry picked from commit 10bc2074)
parent 6c6976a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#include "core/module/Event.hpp"
#include "core/utils/log.h"
#include "objects/PixelCharge.hpp"
#include "objects/exceptions.h"

#include <string>
#include <utility>
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
#include "Pulse.hpp"
#include "objects/exceptions.h"

#include "objects/exceptions.h"

#include <cmath>
#include <numeric>