From 9e4c7ebb9ab35d01fd6b8450467036eb306c1109 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 20 Jun 2023 16:47:35 +0200 Subject: [PATCH] Remove commented out code, add #pragma once --- ext/arc4random/includes.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ext/arc4random/includes.h b/ext/arc4random/includes.h index 8d17335b67..81f04a3bef 100644 --- a/ext/arc4random/includes.h +++ b/ext/arc4random/includes.h @@ -1,8 +1,6 @@ -#include "config.h" +#pragma once -//#ifdef HAVE_SYS_RANDOM_H -//#include -//#endif +#include "config.h" #include #include -- 2.47.2