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:
Gautham B A 2022-05-11 23:04:22 +05:30 committed by GitHub
parent 9af3eabdca
commit 1350539f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <strings.h>
#include <syslog.h>
#include <fuse.h>

View File

@ -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"

View File

@ -35,7 +35,6 @@
#include "hdfspp/uri.h"
#include "x-platform/syscall.h"
#include <strings.h>
#include <sstream>
#include <map>
#include <rapidxml/rapidxml.hpp>

View File

@ -21,7 +21,6 @@
#include "x-platform/syscall.h"
#include <fstream>
#include <strings.h>
#include <sstream>
#include <map>
#include <sys/stat.h>