ceph/src/ceph_ver.c
Brad Hubbard 766528ee9c common: Remove redundant includes
Fixes: http://tracker.ceph.com/issues/19883 (Partially)

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2017-05-09 09:54:30 +10:00

12 lines
159 B
C

#include "ceph_ver.h"
#define CONCAT_VER_SYMBOL(x) ceph_ver__##x
#define DEFINE_VER_SYMBOL(x) int CONCAT_VER_SYMBOL(x)
DEFINE_VER_SYMBOL(CEPH_GIT_VER);