commit 64c861ae3a78e0d059762ef1dd76a9f6fc676c4e parent f50e7acf0f4d4089798a62af81dd29d89b65299b Author: Michael Savage <mikejsavage@gmail.com> Date: Sat May 20 15:40:42 +0300 Tiny include cleanup Diffstat:
rng/well512.h | | | 4 | ++-- |
diff --git a/rng/well512.h b/rng/well512.h @@ -1,7 +1,7 @@ #pragma once -#include "../intrinsics.h" -#include "rng_utils.h" +#include "intrinsics.h" +#include "rng/rng_utils.h" struct RNGWell512 { u32 state[ 16 ];