From 7915d674935be44b2e1d10d1a30bbf416027fa58 Mon Sep 17 00:00:00 2001 From: Hitesh Ahuja Date: Fri, 16 Aug 2024 14:34:13 -0700 Subject: [PATCH] chore(agent): remove include directive --- agent/fw_symfony4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/agent/fw_symfony4.c b/agent/fw_symfony4.c index 7a7b8e715..6e1c9982d 100644 --- a/agent/fw_symfony4.c +++ b/agent/fw_symfony4.c @@ -5,7 +5,6 @@ #include "php_agent.h" #include "php_call.h" #include "php_error.h" -#include "php_globals.h" #include "php_wrapper.h" #include "fw_hooks.h" #include "fw_support.h"