[IMPROVE] Remove redundant includes from swap_sampler_modules.c
authorAlexander Aksenov <a.aksenov@samsung.com>
Thu, 28 Nov 2013 09:00:50 +0000 (13:00 +0400)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 28 Nov 2013 13:36:31 +0000 (13:36 +0000)
Change-Id: I40faa2673d80d7f634f12dc2b83f8cdd18ba823b
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
sampler/swap_sampler_module.c

index 950ac11..fd54e61 100644 (file)
  */
 
 #include <asm/ptrace.h>
-#include <asm/processor.h>
-#include <asm/types.h>
 #include <linux/jiffies.h>
-#include <linux/cpumask.h>
 #include <linux/sched.h>
 #include <linux/notifier.h>
-#include <linux/kernel.h>
-#include <linux/smp.h>
-#include <linux/init.h>
 #include <linux/cpu.h>
-#include <linux/hash.h>
-#include <linux/list.h>
 #include <linux/module.h>
 
 #include <writer/swap_writer_module.h>