]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove commented out code, add #pragma once
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 20 Jun 2023 14:47:35 +0000 (16:47 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 6 Jul 2023 13:46:42 +0000 (15:46 +0200)
ext/arc4random/includes.h

index 8d17335b679979eae8eab0273f8eac03b993a70e..81f04a3befa1bbab2388d2dcc13884dd820f10a9 100644 (file)
@@ -1,8 +1,6 @@
-#include "config.h"
+#pragma once
 
-//#ifdef HAVE_SYS_RANDOM_H
-//#include <sys/random.h>
-//#endif
+#include "config.h"
 
 #include <inttypes.h>
 #include <stdlib.h>