Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/linux/input-event-codes.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*/
#ifndef _UAPI_INPUT_EVENT_CODES_H
#define _UAPI_INPUT_EVENT_CODES_H
#ifndef _INPUT_EVENT_CODES_H
#define _INPUT_EVENT_CODES_H

/*
* Device properties and quirks
Expand Down
2 changes: 1 addition & 1 deletion libwacom/libwacom-database.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <dirent.h>
#include <glib.h>
#include <libevdev/libevdev.h>
#include <linux/input-event-codes.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
Expand All @@ -40,6 +39,7 @@
#include "util-strings.h"

#include "libwacomint.h"
#include "linux/input-event-codes.h"

#define TABLET_SUFFIX ".tablet"
#define STYLUS_SUFFIX ".stylus"
Expand Down
2 changes: 1 addition & 1 deletion test/test-load.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
#include "config.h"

#include <glib.h>
#include <linux/input-event-codes.h>
#include <stdlib.h>

#include "libwacom.h"
#include "linux/input-event-codes.h"

struct fixture {
WacomDeviceDatabase *db;
Expand Down