mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Remove some unused #includes
As suggested by cppclean.
This commit is contained in:
@ -8,9 +8,9 @@ Released under the GNU GPL, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "Panel.h"
|
||||
#include "Action.h"
|
||||
#include "Settings.h"
|
||||
#include "IncSet.h"
|
||||
#include "Panel.h"
|
||||
|
||||
typedef struct MainPanel_ {
|
||||
Panel super;
|
||||
|
Reference in New Issue
Block a user