cleaned up includes with iwyu

This commit is contained in:
mayurdahibhate
2021-04-29 20:42:43 +05:30
committed by BenBE
parent d9c95369bc
commit 1b74dfe187
71 changed files with 92 additions and 29 deletions

View File

@ -4,11 +4,16 @@ htop - SysArchMeter.c
Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
#include "config.h" // IWYU pragma: keep
#include "Platform.h"
#include "SysArchMeter.h"
#include <stddef.h>
#include "CRT.h"
#include "Object.h"
#include "Platform.h"
#include "XUtils.h"