]> Git Repo - linux.git/commit
sched/core: Remove unnecessary #include headers
authorIngo Molnar <[email protected]>
Wed, 1 Feb 2017 11:01:04 +0000 (12:01 +0100)
committerIngo Molnar <[email protected]>
Tue, 7 Feb 2017 09:58:07 +0000 (10:58 +0100)
commit004172bdad644327dc7a6543186b9d7b529ee944
tree4ab494c0006ecc04d786f53ae3e2cf7c392badcd
parent535b9552bb81eebe112ee7bd34ee498857b0c26b
sched/core: Remove unnecessary #include headers

Over the years sched/core.c accumulated over 50 #include lines,
40 of which are superfluous. (!)

Removing them decreases the preprocessed .c file (.i) size noticeably:

            triton:~/tip> wc -l kernel/sched/core.i

  Before:   76387 kernel/sched/core.i
  After:    75896 kernel/sched/core.i

Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/core.c
This page took 0.072428 seconds and 4 git commands to generate.