HDFS-16465. Remove redundant strings.h inclusions (#4279)
* Remove redundant strings.h inclusions
* strings.h was included in a bunch of
C/C++ files and were redundant.
* Also, strings.h is not available on
Windows and thus isn't cross-platform
compatible.
* Build for all platforms in CI
* Revert "Build for all platforms in CI"
This reverts commit 2650f047bd6791a5908cfbe50cc8e70d42c512cb.
* Debug failure on Centos 8
* Skipping pipeline run on
Centos 7 to debug the
failure on Centos 8.
* Revert "Debug failure on Centos 8"
This reverts commit e365e34d6f
.
This commit is contained in:
parent
9af3eabdca
commit
1350539f2d
|
@ -25,7 +25,6 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <strings.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#include <fuse.h>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include "fuse_context_handle.h"
|
||||
#include "fuse_dfs.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include "hdfspp/uri.h"
|
||||
#include "x-platform/syscall.h"
|
||||
|
||||
#include <strings.h>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include <rapidxml/rapidxml.hpp>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "x-platform/syscall.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <strings.h>
|
||||
#include <sstream>
|
||||
#include <map>
|
||||
#include <sys/stat.h>
|
||||
|
|
Loading…
Reference in New Issue