Remove stray dependence from fxfa/parser to fpdfapi.

This became unused after one of the module mgr changes.

Change-Id: Icb32215bb323b3ce8b29bc1f7c5d26a5dbad64ce
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/55399
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
diff --git a/xfa/fxfa/parser/BUILD.gn b/xfa/fxfa/parser/BUILD.gn
index fc70cfc..770cd52 100644
--- a/xfa/fxfa/parser/BUILD.gn
+++ b/xfa/fxfa/parser/BUILD.gn
@@ -682,7 +682,6 @@
     "xfa_utils.h",
   ]
   deps = [
-    "../../../core/fpdfapi",
     "../../../core/fxcodec",
     "../../../core/fxcrt",
     "../../../core/fxge",
diff --git a/xfa/fxfa/parser/cxfa_localemgr.cpp b/xfa/fxfa/parser/cxfa_localemgr.cpp
index 1ddadcd..1220dab 100644
--- a/xfa/fxfa/parser/cxfa_localemgr.cpp
+++ b/xfa/fxfa/parser/cxfa_localemgr.cpp
@@ -11,7 +11,6 @@
 #include <memory>
 #include <utility>
 
-#include "core/fpdfapi/cpdf_modulemgr.h"
 #include "core/fxcodec/codec/ccodec_flatemodule.h"
 #include "fxjs/xfa/cjx_object.h"
 #include "third_party/base/ptr_util.h"