From 8f2336246c82b45cbe467739bf45de8864fc0b86 Mon Sep 17 00:00:00 2001 From: Kevin Gurney Date: Wed, 18 Dec 2024 15:35:00 -0500 Subject: [PATCH] Alphabetize headers. --- .../cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc b/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc index 33f04c3fc2edc..e62b08f01b171 100644 --- a/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc +++ b/matlab/src/cpp/arrow/matlab/io/ipc/proxy/record_batch_stream_reader.cc @@ -15,8 +15,8 @@ // specific language governing permissions and limitations // under the License. -#include "arrow/matlab/io/ipc/proxy/record_batch_stream_reader.h" #include "arrow/io/file.h" +#include "arrow/matlab/io/ipc/proxy/record_batch_stream_reader.h" #include "arrow/matlab/error/error.h" #include "arrow/matlab/tabular/proxy/record_batch.h" #include "arrow/matlab/tabular/proxy/schema.h"