]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
perfcounters: remove stray #includes
authorSage Weil <sage.weil@dreamhost.com>
Sun, 24 Jul 2011 22:29:20 +0000 (15:29 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sun, 24 Jul 2011 22:29:20 +0000 (15:29 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/perf_counters.cc

index efe503bdc078e78109b285914d1139d7f51a7965..af80149f8f8117de1f3e564b769719683e048ec3 100644 (file)
 #include <errno.h>
 #include <inttypes.h>
 #include <map>
-#include <poll.h>
 #include <sstream>
 #include <stdint.h>
 #include <string.h>
 #include <string>
-#include <sys/socket.h>
-#include <sys/types.h>
-#include <sys/un.h>
-#include <unistd.h>
 
 #define COUNT_DISABLED ((uint64_t)(int64_t)-1)