forked from qt-creator/qt-creator
LanguageClient: Resolve recursive include
Change-Id: I2d365afc71a07e08b26052798fec1ce2c1e63fe3 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include "languageclientformatter.h"
|
#include "languageclientformatter.h"
|
||||||
|
|
||||||
|
#include "client.h"
|
||||||
#include "languageclientutils.h"
|
#include "languageclientutils.h"
|
||||||
|
|
||||||
#include <texteditor/tabsettings.h>
|
#include <texteditor/tabsettings.h>
|
||||||
|
@@ -25,13 +25,16 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "client.h"
|
#include <languageserverprotocol/icontent.h>
|
||||||
|
#include <languageserverprotocol/languagefeatures.h>
|
||||||
|
|
||||||
#include <texteditor/formatter.h>
|
#include <texteditor/formatter.h>
|
||||||
|
|
||||||
namespace TextEditor { class TextDocument; }
|
namespace TextEditor { class TextDocument; }
|
||||||
namespace LanguageClient {
|
namespace LanguageClient {
|
||||||
|
|
||||||
|
class Client;
|
||||||
|
|
||||||
class LanguageClientFormatter : public TextEditor::Formatter
|
class LanguageClientFormatter : public TextEditor::Formatter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user