Merge pull request #19945 from tchaikov/wip-deprecated-in-cxx17

librbd,librados: do not include stdbool.h in C++ headers

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
Kefu Chai 2018-01-16 22:16:43 +08:00 committed by GitHub
commit 31f9af83b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#ifndef __LIBRADOS_HPP
#define __LIBRADOS_HPP
#include <stdbool.h>
#include <string>
#include <list>
#include <map>

View File

@ -15,7 +15,6 @@
#ifndef __LIBRBD_HPP
#define __LIBRBD_HPP
#include <stdbool.h>
#include <string>
#include <list>
#include <map>

View File

@ -34,7 +34,6 @@
#include <err.h>
#endif
#include <signal.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>