From 364c1ecd8703dadaaa9c7479335e469b153a1be0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 18 Jan 2018 12:28:25 +0100 Subject: compat: split/cleanup util.hpp Some of the headers are clearly useless. Remove them. Move what's inside util.hpp into separate headers. Adjust usages. Will remove util.hpp. --- proto-libevdev/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'proto-libevdev') diff --git a/proto-libevdev/CMakeLists.txt b/proto-libevdev/CMakeLists.txt index d6cd4560..412cca43 100644 --- a/proto-libevdev/CMakeLists.txt +++ b/proto-libevdev/CMakeLists.txt @@ -1,5 +1,4 @@ if(LINUX) - include(FindPkgConfig) pkg_check_modules(libevdev QUIET libevdev) if(libevdev_FOUND) otr_module(proto-libevdev) -- cgit v1.2.3