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

rgw,common: remove already included header files #19390

Merged
merged 2 commits into from
Dec 12, 2017
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
1 change: 0 additions & 1 deletion src/common/Throttle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "common/Throttle.h"
#include "common/ceph_time.h"
#include "common/perf_counters.h"
#include "common/Throttle.h"


// re-include our assert to clobber the system one; fix dout:
Expand Down
1 change: 0 additions & 1 deletion src/common/fork_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <signal.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <common/errno.h>
#include <ostream>
#include "common/errno.h"

Expand Down
2 changes: 0 additions & 2 deletions src/rgw/librgw.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@
#include "rgw_lib_frontend.h"

#include <errno.h>
#include <chrono>
#include <thread>
#include <string>
#include <string.h>
#include <mutex>


Expand Down
1 change: 0 additions & 1 deletion src/rgw/rgw_auth_keystone.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "rgw_common.h"
#include "rgw_keystone.h"
#include "rgw_auth_keystone.h"
#include "rgw_keystone.h"
#include "rgw_rest_s3.h"
#include "rgw_auth_s3.h"

Expand Down
1 change: 0 additions & 1 deletion src/rgw/rgw_lc.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <map>
#include <string>
#include <iostream>
#include <include/types.h>

#include "common/debug.h"

Expand Down
2 changes: 0 additions & 2 deletions src/rgw/rgw_lib_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include <boost/container/flat_map.hpp>

#include <boost/container/flat_map.hpp>

#include "rgw_lib.h"
#include "rgw_file.h"

Expand Down
2 changes: 0 additions & 2 deletions src/rgw/rgw_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@

#include "compressor/Compressor.h"

#include "rgw_acl_swift.h"

#define dout_context g_ceph_context
#define dout_subsys ceph_subsys_rgw

Expand Down
1 change: 0 additions & 1 deletion src/rgw/rgw_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "common/mime.h"
#include "common/utf8.h"
#include "common/ceph_json.h"
#include "common/utf8.h"
#include "common/ceph_time.h"

#include "rgw_common.h"
Expand Down
1 change: 0 additions & 1 deletion src/rgw/rgw_rest_s3.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "rgw_keystone.h"
#include "rgw_rest_conn.h"
#include "rgw_ldap.h"
#include "rgw_rest.h"

#include "rgw_token.h"
#include "include/assert.h"
Expand Down