summaryrefslogtreecommitdiff
path: root/ext/standard/hrtime.h
diff options
context:
space:
mode:
authorLevi Morrison <levim@php.net>2019-11-07 14:51:21 -0700
committerLevi Morrison <levi.morrison@datadoghq.com>2019-11-08 07:58:26 -0700
commit4a55794b980c3d4b85788f5adb7d1fe5ec1a58e3 (patch)
treeb885b4d87cae9756677d92b67e13a9a60261bf23 /ext/standard/hrtime.h
parentb9dfa12853c0f43ce76221d54cfd0568f674bac1 (diff)
downloadphp-git-4a55794b980c3d4b85788f5adb7d1fe5ec1a58e3.tar.gz
Wrap php_random.h in C++ portability macros
Also remove portability headers. This goes against the existing conventions of these files.
Diffstat (limited to 'ext/standard/hrtime.h')
-rw-r--r--ext/standard/hrtime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/hrtime.h b/ext/standard/hrtime.h
index 1c08b07502..b1d43ce55c 100644
--- a/ext/standard/hrtime.h
+++ b/ext/standard/hrtime.h
@@ -20,8 +20,6 @@
#ifndef HRTIME_H
#define HRTIME_H
-#include <Zend/zend_portability.h>
-
#define PHP_HRTIME_PLATFORM_POSIX 0
#define PHP_HRTIME_PLATFORM_WINDOWS 0
#define PHP_HRTIME_PLATFORM_APPLE 0