Skip to content

Commit

Permalink
Fix botched replace
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Feb 2, 2025
1 parent 2b1fe74 commit ac6c08e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cpp/DBHostObject.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include "OPThreadPool.h"
"
#include "types.h"
#include <ReactCommon/CallInvoker.h>
#include <jsi/jsi.h>
Expand Down
1 change: 0 additions & 1 deletion cpp/OPThreadPool.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "OPThreadPool.h"
"

namespace opsqlite {

Expand Down
1 change: 0 additions & 1 deletion cpp/PreparedStatementHostObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <sqlite3.h>
#endif
#include "OPThreadPool.h"
"
#include <string>
#include <utility>

Expand Down
1 change: 0 additions & 1 deletion cpp/bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "DBHostObject.h"
#include "DumbHostObject.h"
#include "OPThreadPool.h"
"
#ifdef OP_SQLITE_USE_LIBSQL
#include "libsql/bridge.h"
#else
Expand Down

0 comments on commit ac6c08e

Please sign in to comment.