mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
major header cleanup
This commit is contained in:
10
Settings.h
10
Settings.h
@ -9,15 +9,11 @@ Released under the GNU GPL, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "String.h"
|
||||
#include "ProcessList.h"
|
||||
#include "Header.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#define DEFAULT_DELAY 15
|
||||
|
||||
#include "ProcessList.h"
|
||||
#include "Header.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct Settings_ {
|
||||
char* userSettings;
|
||||
|
Reference in New Issue
Block a user