Skip to content

Commit

Permalink
refactor(cpp): removing unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoguzmana committed Oct 5, 2024
1 parent 57aa2f2 commit 098e915
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions cpp/react-native-lz4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@
#include "lz4file.h"
#include <stdio.h>
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include <sys/stat.h>
#include <sys/types.h>
#include <cstring>
#include <cerrno>
#include <assert.h>
#include <stdlib.h>
#include <string.h>

using namespace facebook;

Expand Down
1 change: 0 additions & 1 deletion cpp/react-native-lz4.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef LZ4_H
#define LZ4_H

#include <string>
#include <jsi/jsi.h>

namespace lz4
Expand Down

0 comments on commit 098e915

Please sign in to comment.