diff --git a/native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h b/native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
--- a/native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
+++ b/native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
@@ -11,19 +11,10 @@
 #include "entities/Report.h"
 #include "entities/Thread.h"
 
-#ifndef EMSCRIPTEN
-#include <folly/Optional.h>
-#include <jsi/jsi.h>
-#endif
-
 #include <string>
 
 namespace comm {
 
-#ifndef EMSCRIPTEN
-namespace jsi = facebook::jsi;
-#endif
-
 /**
  * if any initialization/cleaning up steps are required for specific
  * database managers they should appear in constructors/destructors