tools: drop use of HAVE_CONFIG_H

There's no case where we don't have a config.h

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-02-14 10:11:32 +10:00
parent 201dfc38f9
commit 0a66de813e
2 changed files with 0 additions and 4 deletions

View file

@ -21,9 +21,7 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <libevdev/libevdev.h>
#include <sys/signalfd.h>

View file

@ -21,9 +21,7 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <libevdev/libevdev.h>
#include <sys/signalfd.h>