mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 02:47:07 +03:00
Remove some unused #includes
As suggested by cppclean.
This commit is contained in:
parent
a2ef400e43
commit
b6828d7b86
7
Action.h
7
Action.h
@ -7,12 +7,11 @@ Released under the GNU GPL, see the COPYING file
|
|||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "IncSet.h"
|
|
||||||
#include "Settings.h"
|
|
||||||
#include "Header.h"
|
#include "Header.h"
|
||||||
#include "UsersTable.h"
|
|
||||||
#include "ProcessList.h"
|
|
||||||
#include "Panel.h"
|
#include "Panel.h"
|
||||||
|
#include "ProcessList.h"
|
||||||
|
#include "Settings.h"
|
||||||
|
#include "UsersTable.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
HTOP_OK = 0x00,
|
HTOP_OK = 0x00,
|
||||||
|
@ -8,9 +8,9 @@ Released under the GNU GPL, see the COPYING file
|
|||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Panel.h"
|
|
||||||
#include "Action.h"
|
#include "Action.h"
|
||||||
#include "Settings.h"
|
#include "IncSet.h"
|
||||||
|
#include "Panel.h"
|
||||||
|
|
||||||
typedef struct MainPanel_ {
|
typedef struct MainPanel_ {
|
||||||
Panel super;
|
Panel super;
|
||||||
|
@ -7,7 +7,6 @@ Released under the GNU GPL, see the COPYING file
|
|||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "FunctionBar.h"
|
|
||||||
#include "Vector.h"
|
#include "Vector.h"
|
||||||
#include "Header.h"
|
#include "Header.h"
|
||||||
#include "Settings.h"
|
#include "Settings.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user