From: Otto Moerbeek Date: Tue, 20 Jun 2023 14:47:35 +0000 (+0200) Subject: Remove commented out code, add #pragma once X-Git-Tag: rec-5.0.0-alpha1~125^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e4c7ebb9ab35d01fd6b8450467036eb306c1109;p=thirdparty%2Fpdns.git Remove commented out code, add #pragma once --- 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