summaryrefslogtreecommitdiff
path: root/ext/standard/microtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/microtime.c')
-rw-r--r--ext/standard/microtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/microtime.c b/ext/standard/microtime.c
index e0746d8e3d..ad0e328510 100644
--- a/ext/standard/microtime.c
+++ b/ext/standard/microtime.c
@@ -40,7 +40,6 @@
#include <errno.h>
#include "microtime.h"
-#include "snprintf.h"
#define NUL '\0'
#define MICRO_IN_SEC 1000000.00