Sort headers/includes

main
Benny Baumann 6 years ago
parent dac1e05a2c
commit e1c96879f4
  1. 2
      Affinity.c
  2. 4
      AvailableMetersPanel.h
  3. 4
      CategoriesPanel.h
  4. 2
      ColorsPanel.h
  5. 2
      DisplayOptionsPanel.h
  6. 3
      IncSet.h
  7. 4
      InfoScreen.h
  8. 3
      Meter.h
  9. 2
      MetersPanel.h
  10. 2
      Panel.h
  11. 4
      Process.h
  12. 4
      ProcessList.h
  13. 2
      ScreenManager.h
  14. 3
      Settings.h
  15. 2
      XAlloc.h

@ -6,6 +6,8 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "config.h"
#include "Affinity.h"
#include <stdlib.h>

@ -7,10 +7,10 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Settings.h"
#include "Panel.h"
#include "ScreenManager.h"
#include "ProcessList.h"
#include "ScreenManager.h"
#include "Settings.h"
typedef struct AvailableMetersPanel_ {
Panel super;

@ -8,9 +8,9 @@ in the source distribution for its full text.
*/
#include "Panel.h"
#include "Settings.h"
#include "ScreenManager.h"
#include "ProcessList.h"
#include "ScreenManager.h"
#include "Settings.h"
typedef struct CategoriesPanel_ {
Panel super;

@ -8,8 +8,8 @@ in the source distribution for its full text.
*/
#include "Panel.h"
#include "Settings.h"
#include "ScreenManager.h"
#include "Settings.h"
typedef struct ColorsPanel_ {
Panel super;

@ -8,8 +8,8 @@ in the source distribution for its full text.
*/
#include "Panel.h"
#include "Settings.h"
#include "ScreenManager.h"
#include "Settings.h"
typedef struct DisplayOptionsPanel_ {
Panel super;

@ -7,9 +7,10 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include <stdbool.h>
#include "FunctionBar.h"
#include "Panel.h"
#include <stdbool.h>
#define INCMODE_MAX 40

@ -1,10 +1,10 @@
#ifndef HEADER_InfoScreen
#define HEADER_InfoScreen
#include "Process.h"
#include "Panel.h"
#include "FunctionBar.h"
#include "IncSet.h"
#include "Panel.h"
#include "Process.h"
typedef struct InfoScreen_ InfoScreen;

@ -7,9 +7,10 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "ListItem.h"
#include <sys/time.h>
#include "ListItem.h"
#define METER_BUFFER_LEN 256
typedef struct Meter_ Meter;

@ -8,8 +8,8 @@ in the source distribution for its full text.
*/
#include "Panel.h"
#include "Settings.h"
#include "ScreenManager.h"
#include "Settings.h"
typedef struct MetersPanel_ MetersPanel;

@ -7,9 +7,9 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "FunctionBar.h"
#include "Object.h"
#include "Vector.h"
#include "FunctionBar.h"
typedef struct Panel_ Panel;

@ -20,10 +20,10 @@ in the source distribution for its full text.
#endif
#define PAGE_SIZE_KB ( PAGE_SIZE / ONE_K )
#include "Object.h"
#include <sys/types.h>
#include "Object.h"
#define PROCESS_FLAG_IO 0x0001
typedef enum ProcessFields {

@ -7,12 +7,12 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Vector.h"
#include "Hashtable.h"
#include "UsersTable.h"
#include "Panel.h"
#include "Process.h"
#include "Settings.h"
#include "UsersTable.h"
#include "Vector.h"
#ifdef HAVE_LIBHWLOC
#include <hwloc.h>

@ -7,10 +7,10 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Vector.h"
#include "Header.h"
#include "Settings.h"
#include "Panel.h"
#include "Vector.h"
typedef enum Orientation_ {
VERTICAL,

@ -9,9 +9,10 @@ in the source distribution for its full text.
#define DEFAULT_DELAY 15
#include "Process.h"
#include <stdbool.h>
#include "Process.h"
typedef struct {
int len;
char** names;

@ -7,8 +7,8 @@
#include "Macros.h"
#include <err.h>
#include <assert.h>
#include <err.h>
#include <stdlib.h>
void fail(void) ATTR_NORETURN;

Loading…
Cancel
Save