Update generated headers.

This commit is contained in:
Hisham 2016-02-02 12:11:41 +01:00
parent 21da044fb4
commit 301c346c85
2 changed files with 4 additions and 1 deletions

View File

@ -11,8 +11,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
#include "SignalsPanel.h"
#include "BatteryMeter.h"
#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];
@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this);
void Platform_setTasksValues(Meter* this);
char* Platform_getProcessEnv(pid_t pid);
#endif

View File

@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this);
bool Process_isThread(Process* this);
char* Platform_getProcessEnv(pid_t pid);
#endif