Skip to content

Commit

Permalink
Use brackets include for hunspell
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jun 6, 2022
1 parent 9bf8cd7 commit b2f2b7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spellcheck/third_party/hunspell_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#include "spellcheck/third_party/hunspell_controller.h"

#include "hunspell/hunspell.hxx"
#include "spellcheck/spellcheck_value.h"

#include <mutex>
Expand All @@ -17,6 +16,8 @@
#include <QFileInfo>
#include <QTextCodec>

#include <hunspell/hunspell.hxx>

namespace Platform::Spellchecker::ThirdParty {
namespace {

Expand Down

0 comments on commit b2f2b7b

Please sign in to comment.