diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2016-11-28 23:53:50 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2016-11-28 23:58:08 +0000 |
| commit | 12856066b1065adc99aa1ee0319e91f8eaf522cb (patch) | |
| tree | 26c8e81b6522d05b1d9632f3f5bd0b19476c413f /src/ranked_match.hh | |
| parent | da6d7f4530f490ec262bd640f9c51d0bc3d5ef53 (diff) | |
Cleanup include dependencies a bit
Diffstat (limited to 'src/ranked_match.hh')
| -rw-r--r-- | src/ranked_match.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ranked_match.hh b/src/ranked_match.hh index 91169202..4a56528a 100644 --- a/src/ranked_match.hh +++ b/src/ranked_match.hh @@ -2,7 +2,6 @@ #define ranked_match_hh_INCLUDED #include "string.hh" -#include "flags.hh" namespace Kakoune { @@ -51,8 +50,6 @@ private: int m_max_index = 0; }; -template<> struct WithBitOps<RankedMatch::Flags> : std::true_type {}; - } #endif // ranked_match_hh_INCLUDED |
