1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47: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

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "LineEditor.h"
#include "Editor.h"
#include <ctype.h>
#include <stdio.h>
#include <sys/ioctl.h>

View file

@ -1,5 +1,4 @@
OBJS = \
LineEditor.o
OBJS = Editor.o
LIBRARY = libline.a