Commit 261f9d02 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Do not include <random> if we don't need it

parent 365c83bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#define ALLPIX_GEOMETRY_MANAGER_H

#include <memory>
#include <random>
#include <set>
#include <string>
#include <vector>
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <map>
#include <memory>
#include <mutex>
#include <random>
#include <vector>

#include "core/utils/prng.h"
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <map>
#include <memory>
#include <mutex>
#include <random>
#include <string>
#include <vector>

+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
#define ALLPIX_MODULE_IDENTIFIER_H

#include <memory>
#include <random>
#include <string>
#include <vector>

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <filesystem>
#include <fstream>
#include <limits>
#include <random>
#include <set>
#include <stdexcept>
#include <string>
Loading