mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
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:
commit
31f9af83b3
@ -1,7 +1,6 @@
|
||||
#ifndef __LIBRADOS_HPP
|
||||
#define __LIBRADOS_HPP
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
@ -15,7 +15,6 @@
|
||||
#ifndef __LIBRBD_HPP
|
||||
#define __LIBRBD_HPP
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <map>
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <err.h>
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user