mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 07:38:17 +02:00
linux: Remove unused headers in up-input.c
This commit is contained in:
parent
7ddb75166d
commit
809d69e66e
1 changed files with 0 additions and 10 deletions
|
|
@ -22,25 +22,15 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <linux/input.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <glib-object.h>
|
||||
#include <gudev/gudev.h>
|
||||
|
||||
#include "sysfs-utils.h"
|
||||
#include "up-types.h"
|
||||
#include "up-input.h"
|
||||
|
||||
struct _UpInput
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue