Skip to content

Commit

Permalink
res_counter: remove include of cgroup.h from res_counter.h
Browse files Browse the repository at this point in the history
It's not needed at all.

Signed-off-by: Li Zefan <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
lizf-os authored and htejun committed Mar 5, 2013
1 parent 7d8e0bf commit 9259826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/res_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* info about what this counter is.
*/

#include <linux/cgroup.h>
#include <linux/spinlock.h>

/*
* The core object. the cgroup that wishes to account for some
Expand Down

0 comments on commit 9259826

Please sign in to comment.