1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:27:35 +00:00

LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h}

This commit is contained in:
Andreas Kling 2020-03-31 13:34:57 +02:00
parent 6595469de1
commit 8ab576308f
5 changed files with 4 additions and 5 deletions

View file

@ -37,7 +37,7 @@
#include <LibJS/Runtime/Object.h>
#include <LibJS/Runtime/PrimitiveString.h>
#include <LibJS/Runtime/Value.h>
#include <LibLine/LineEditor.h>
#include <LibLine/Editor.h>
#include <stdio.h>
bool dump_ast = false;