Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msg/EventSelect: move includes to cc file #10333

Merged
merged 1 commit into from Sep 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/msg/async/EventSelect.cc
Expand Up @@ -17,6 +17,8 @@
#include "common/errno.h"
#include "EventSelect.h"

#include <unistd.h>
#include <sys/select.h>
#define dout_subsys ceph_subsys_ms

#undef dout_prefix
Expand Down
3 changes: 0 additions & 3 deletions src/msg/async/EventSelect.h
Expand Up @@ -17,9 +17,6 @@
#ifndef CEPH_MSG_EVENTSELECT_H
#define CEPH_MSG_EVENTSELECT_H

#include <unistd.h>
#include <sys/select.h>

#include "Event.h"

class SelectDriver : public EventDriver {
Expand Down