]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: restore ability to compile against librados 9705/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 15 Jun 2016 00:56:39 +0000 (20:56 -0400)
committerJason Dillaman <dillaman@redhat.com>
Wed, 15 Jun 2016 00:56:39 +0000 (20:56 -0400)
Partial revert of 62be9268de5e9c9a08bdb977a7dab1ab9c55b2be which
added a new header dependency which was is not part of the librados
API.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rados/librados.h

index 7bd3ef4f62573e1e0eb00845ca9ade82f9b8d943..4c196424b63f7badcf8f4317f0d9ad060dbefba1 100644 (file)
@@ -19,7 +19,6 @@
 extern "C" {
 #endif
 
-#include "../compat.h"
 #include <netinet/in.h>
 #if defined(__linux__)
 #include <linux/types.h>