summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2024-12-26 12:54:47 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2024-12-26 12:54:47 +0100
commit42e0a486afed4de60af914234674c3afbb748486 (patch)
tree0fb03f2e2416955e8b05f8f8e172fa7f852bc795
parent07c5fee22dd83f791b97567df301cacc3f147d23 (diff)
downloadcode-42e0a486afed4de60af914234674c3afbb748486.tar.gz
code-42e0a486afed4de60af914234674c3afbb748486.tar.bz2
code-42e0a486afed4de60af914234674c3afbb748486.zip
Removed unnecessary header
-rw-r--r--walk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/walk.cpp b/walk.cpp
index 45b3601..529772e 100644
--- a/walk.cpp
+++ b/walk.cpp
@@ -1,6 +1,5 @@
#include <getopt.h>
#include <iomanip>
-#include <random>
#include "pcg-cpp/include/pcg_random.hpp"
#include "randutils/randutils.hpp"