Everywhere: Fix weird includes

This commit is contained in:
Ben Wiederhake 2021-01-31 15:10:45 +01:00 committed by Andreas Kling
commit 0a2304ba05
Notes: sideshowbarker 2024-07-18 22:30:55 +09:00
7 changed files with 7 additions and 7 deletions

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "ClientConnection.h"
#include <AK/LexicalPath.h>
#include <DevTools/HackStudio/LanguageServers/Shell/ClientConnection.h>
#include <LibCore/EventLoop.h>
#include <LibCore/File.h>
#include <LibCore/LocalServer.h>