Skip to content

Commit bfc1fb4

Browse files
committed
reverted the part covered by HDFS-17226.
1 parent ae00f4d commit bfc1fb4

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/content_summary.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef HDFSPP_CONTENT_SUMMARY_H_
1919
#define HDFSPP_CONTENT_SUMMARY_H_
2020

21-
#include <cstdint>
2221
#include <string>
2322

2423
namespace hdfs {

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/fsinfo.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef HDFSPP_FSINFO_H_
1919
#define HDFSPP_FSINFO_H_
2020

21-
#include <cstdint>
2221
#include <string>
2322

2423
namespace hdfs {

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/statinfo.h

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#ifndef HDFSPP_STATINFO_H_
1919
#define HDFSPP_STATINFO_H_
2020

21-
#include <cstdint>
2221
#include <string>
2322

2423
namespace hdfs {

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/include/hdfspp/uri.h

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#ifndef COMMON_HDFS_URI_H_
2020
#define COMMON_HDFS_URI_H_
2121

22-
#include <cstdint>
2322
#include <iostream>
2423
#include <string>
2524
#include <vector>

0 commit comments

Comments
 (0)