mirror of https://github.com/xzeldon/htop.git
Sort include headers
This commit is contained in:
parent
90ae730fd4
commit
54d7c6a080
|
@ -7,8 +7,8 @@ Released under the GNU GPLv2, see the COPYING file
|
||||||
in the source distribution for its full text.
|
in the source distribution for its full text.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Panel.h"
|
|
||||||
#include "Affinity.h"
|
#include "Affinity.h"
|
||||||
|
#include "Panel.h"
|
||||||
#include "ProcessList.h"
|
#include "ProcessList.h"
|
||||||
|
|
||||||
extern const PanelClass AffinityPanel_class;
|
extern const PanelClass AffinityPanel_class;
|
||||||
|
|
Loading…
Reference in New Issue