From b8be856f7902d25ff6a219f0adeeff9935b7307a Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Tue, 10 May 2016 18:08:05 +0200 Subject: [PATCH] Remove unused include file. --- src/AppleSpellChecker.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AppleSpellChecker.cpp b/src/AppleSpellChecker.cpp index 189ada71cf..6020de7f27 100644 --- a/src/AppleSpellChecker.cpp +++ b/src/AppleSpellChecker.cpp @@ -13,7 +13,6 @@ #include "AppleSpellChecker.h" #include "WordLangTuple.h" -#include "support/lassert.h" #include "support/debug.h" #include "support/docstring_list.h" #include "support/AppleSpeller.h"