From 84281bdc44ea42e110efd256cdcdd37a84276204 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Dec 2011 21:35:57 +0000 Subject: major header cleanup --- OpenFilesScreen.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'OpenFilesScreen.c') diff --git a/OpenFilesScreen.c b/OpenFilesScreen.c index 98110016..9adf8b4b 100644 --- a/OpenFilesScreen.c +++ b/OpenFilesScreen.c @@ -5,23 +5,27 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ +#include "OpenFilesScreen.h" + +#include "CRT.h" +#include "ProcessList.h" +#include "ListItem.h" + +#include #include #include #include #include +#include #include #include #include -#include "OpenFilesScreen.h" -#include "ProcessList.h" +/*{ #include "Process.h" -#include "ListItem.h" #include "Panel.h" #include "FunctionBar.h" -/*{ - typedef struct OpenFiles_ProcessData_ { char* data[256]; struct OpenFiles_FileData_* files; -- cgit v1.2.3