Skip to content

Commit 0882516

Browse files
committed
Remove unnecessary include statements
1 parent f953741 commit 0882516

File tree

1 file changed

+1
-4
lines changed
  • matlab/src/cpp/arrow/matlab/c/proxy

1 file changed

+1
-4
lines changed

matlab/src/cpp/arrow/matlab/c/proxy/array.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919

2020
#include "arrow/matlab/c/proxy/array.h"
2121

22-
#include "libmexclass/proxy/Proxy.h"
23-
24-
#include <memory.h>
25-
#include <type_traits>
22+
#include "libmexclass/proxy/Proxy.h"å
2623

2724
namespace arrow::matlab::c::proxy {
2825

0 commit comments

Comments
 (0)