Skip to content

Commit

Permalink
[CommCoreModule] remove unused includes
Browse files Browse the repository at this point in the history
Summary:
They are not needed anymore.

Depends on D8663

Test Plan: Build iOS and Android.

Reviewers: michal, jon, atul, tomek

Reviewed By: tomek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D8664
  • Loading branch information
xsanm committed Jul 31, 2023
1 parent e585438 commit 2e1a07a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
#include "../Notifications/BackgroundDataStorage/NotificationsCryptoModule.h"
#include "BaseDataStore.h"
#include "DatabaseManager.h"
#include "DraftStoreOperations.h"
#include "InternalModules/GlobalDBSingleton.h"
#include "InternalModules/RustPromiseManager.h"
#include "MessageStoreOperations.h"
#include "NativeModuleUtils.h"
#include "ReportStoreOperations.h"
#include "TerminateApp.h"
#include "ThreadStoreOperations.h"
#include "lib.rs.h"

#include <ReactCommon/TurboModuleUtils.h>
Expand Down

0 comments on commit 2e1a07a

Please sign in to comment.