Skip to content

Commit ca1eade

Browse files
committed
Clean up includes
Change-Id: I0d915b0309ba1515422d23d9ec738bbe3ec0a1f8
1 parent 1752249 commit ca1eade

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

cpp/src/arrow/ipc/json-integration-test.cc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,22 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
#include <cstdint>
1918
#include <cstdio>
2019
#include <cstdlib>
2120
#include <cstring>
2221
#include <fstream>
2322
#include <iostream>
2423
#include <memory>
2524
#include <string>
26-
#include <vector>
2725

2826
#include "gflags/gflags.h"
2927
#include "gtest/gtest.h"
3028

31-
#include "arrow/array.h"
3229
#include "arrow/io/file.h"
3330
#include "arrow/ipc/file.h"
3431
#include "arrow/ipc/json.h"
32+
#include "arrow/schema.h"
3533
#include "arrow/table.h"
36-
#include "arrow/test-util.h"
37-
#include "arrow/type.h"
38-
#include "arrow/type_traits.h"
39-
#include "arrow/types/primitive.h"
40-
#include "arrow/types/string.h"
41-
#include "arrow/types/struct.h"
42-
#include "arrow/util/memory-pool.h"
4334
#include "arrow/util/status.h"
4435

4536
DEFINE_string(arrow, "", "Arrow file name");

0 commit comments

Comments
 (0)