diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-17 02:16:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-17 02:16:02 +0100 |
commit | ba46d4526a6cb17242bc82ddaf88fca112f28742 (patch) | |
tree | a3f61d9ce9406a4cbbe872e65104adaa260ec355 /compat/util.hpp | |
parent | 13d201581a10be0ca2a0523248a7348c712e0ad9 (diff) |
compat: get rid of string literal operator
Diffstat (limited to 'compat/util.hpp')
-rw-r--r-- | compat/util.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/util.hpp b/compat/util.hpp index f679afcf..a1976e35 100644 --- a/compat/util.hpp +++ b/compat/util.hpp @@ -3,7 +3,6 @@ #include "opentrack-library-path.h" #include "ndebug-guard.hpp" #include "run-in-thread.hpp" -#include "string-literal-operator.hpp" #include "meta.hpp" #include "functional.hpp" #include "macros.hpp" |