mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tools/sysprof-cli: cleanup header includes
Fixes double inclusion of <signal.h> as well.
This commit is contained in:
@ -22,13 +22,14 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <locale.h>
|
||||
#include <glib-unix.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <glib-unix.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
#include <sysprof.h>
|
||||
|
||||
#if HAVE_POLKIT && HAVE_POLKIT_AGENT
|
||||
|
||||
Reference in New Issue
Block a user