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 "client.h"
|
||||
#include "languageclientutils.h"
|
||||
|
||||
#include <texteditor/tabsettings.h>
|
||||
|
@@ -25,13 +25,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "client.h"
|
||||
#include <languageserverprotocol/icontent.h>
|
||||
#include <languageserverprotocol/languagefeatures.h>
|
||||
|
||||
#include <texteditor/formatter.h>
|
||||
|
||||
namespace TextEditor { class TextDocument; }
|
||||
namespace LanguageClient {
|
||||
|
||||
class Client;
|
||||
|
||||
class LanguageClientFormatter : public TextEditor::Formatter
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user