1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:17:43 +00:00

Remove age-old IPC stuff that wasn't working anyway.

I'll make a fresh start with IPC code when I get there.
This commit is contained in:
Andreas Kling 2018-10-25 10:39:39 +02:00
parent ce126120d1
commit de7c54545a
7 changed files with 6 additions and 242 deletions

View file

@ -1,6 +1,5 @@
#include "types.h"
#include "Task.h"
#include "IPC.h"
#include "VGA.h"
#include "Disk.h"
#include "kmalloc.h"