diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-28 19:57:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-28 19:57:11 +0100 |
commit | 6033f625abefb40ebd701c006255dfea2c492b77 (patch) | |
tree | f02dd980ad2aa79fb5789f26ec9031729b702a46 | |
parent | b1c1a1a78186aa2d90378ebf15d779077c4a182f (diff) |
cmake: kill useless include
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index b9e988de..748a422f 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -6,8 +6,6 @@ set(opentrack-perms-exec "${opentrack-perms-dir}") set(new-hier-path "#pragma once #ifdef QT_CORE_LIB -# include <QCoreApplication> -# include <QString> # include \"compat/base-path.hpp\" #endif |