diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-12-20 20:10:08 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-12-20 20:14:57 +0000 |
| commit | c0973075fafc7003be1028922bf99a2c48bcdcd6 (patch) | |
| tree | 303d3d6b03942857775f7c0d2e15d621a6f6df37 /src/unit_tests.cc | |
| parent | cb324a4b8842d6d45a7dba316cd4f909addb99c2 (diff) | |
Get rid of Editor for good
ClientManager now stores only the free windows, clients take
ownership of its own.
Diffstat (limited to 'src/unit_tests.cc')
| -rw-r--r-- | src/unit_tests.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unit_tests.cc b/src/unit_tests.cc index 8bd0c5fc..3b2b2960 100644 --- a/src/unit_tests.cc +++ b/src/unit_tests.cc @@ -1,6 +1,5 @@ #include "assert.hh" #include "buffer.hh" -#include "editor.hh" #include "keys.hh" #include "selectors.hh" |
