diff options
author | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-02-18 16:35:23 +0100 |
---|---|---|
committer | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | 2011-02-18 16:36:06 +0100 |
commit | 5db1e50db317fd6c3929ce27d23a0be92677ae5c (patch) | |
tree | 69571b56ad2f19b2e99c20616c8f0834d9f4d2bf /src/common/hex.cc | |
parent | common: Move hex dump functions into hex.h (diff) | |
download | ceph-5db1e50db317fd6c3929ce27d23a0be92677ae5c.tar.xz ceph-5db1e50db317fd6c3929ce27d23a0be92677ae5c.zip |
debug.h: cleanup includes
Shouldn't need to include DoutStreambuf.h; that's all implementation.
Don't include Mutex.h, since we don't use it.
*Do* include config.h, since we need it.
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'src/common/hex.cc')
-rw-r--r-- | src/common/hex.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/hex.cc b/src/common/hex.cc index 114318c79a6..c01fb35ae3e 100644 --- a/src/common/hex.cc +++ b/src/common/hex.cc @@ -12,7 +12,6 @@ * */ -#include "config.h" #include "common/debug.h" #include "common/hex.h" |