From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- Process.h | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index e72f816..2c3e0c3 100644 --- a/Process.h +++ b/Process.h @@ -9,31 +9,7 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "ProcessList.h" -#include "Object.h" -#include "CRT.h" -#include "String.h" -#include "RichString.h" -#include "Affinity.h" - -#include "debug.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #ifdef HAVE_LIBHWLOC -#include #endif // This works only with glibc 2.1+. On earlier versions @@ -43,6 +19,9 @@ in the source distribution for its full text. #endif #define PAGE_SIZE_KB ( PAGE_SIZE / ONE_K ) +#include "Object.h" +#include "Affinity.h" +#include #ifndef Process_isKernelThread #define Process_isKernelThread(_process) (_process->pgrp == 0) -- cgit v1.2.3