diff options
author | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-06-22 22:42:28 +0200 |
---|---|---|
committer | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-06-22 23:49:56 +0200 |
commit | c9cf19c5ce82f385cda58b6cd725e401319ab518 (patch) | |
tree | aad6f28c4b67d76cd3a6350582638967d004e17e /src/streamtest.cc | |
parent | librbd: Remove derr uses (diff) | |
download | ceph-c9cf19c5ce82f385cda58b6cd725e401319ab518.tar.xz ceph-c9cf19c5ce82f385cda58b6cd725e401319ab518.zip |
Remove "#include debug.h" from config.h
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'src/streamtest.cc')
-rw-r--r-- | src/streamtest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/streamtest.cc b/src/streamtest.cc index 4dc19ba43a9..9736281f1a0 100644 --- a/src/streamtest.cc +++ b/src/streamtest.cc @@ -16,6 +16,7 @@ #include "os/FileStore.h" #include "global/global_init.h" #include "common/ceph_argparse.h" +#include "common/debug.h" #undef dout_prefix #define dout_prefix *_dout |