mirror of
https://github.com/ceph/ceph
synced 2025-03-01 14:03:04 +00:00
spinlock: clean up #include deps
This commit is contained in:
parent
33e604dd6a
commit
414a6e3e87
src/include
@ -16,7 +16,7 @@
|
||||
#define __SPINLOCK_H
|
||||
|
||||
#include <pthread.h>
|
||||
#include "include/assert.h"
|
||||
#include "assert.h"
|
||||
|
||||
namespace ceph {
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
#define __CEPH_ASSERT_H
|
||||
|
||||
#include <features.h>
|
||||
#include "common/tls.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user