mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer
Also renames ServerConnectionWrapper=>ConnectionToServerWrapper and ServerConnectionInstances=>ConnectionToServerInstances This was done with CLion's automatic rename feature.
This commit is contained in:
parent
935d023967
commit
75ee77f8a1
5 changed files with 64 additions and 64 deletions
|
@ -7,7 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "EditorWrapper.h"
|
||||
#include "LanguageClients/ServerConnections.h"
|
||||
#include "LanguageClients/ConnectionsToServer.h"
|
||||
#include "Project.h"
|
||||
#include <AK/String.h>
|
||||
#include <LibGUI/TextEditor.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue