1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:07:44 +00:00

Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211)

This commit is contained in:
Muhammad Zahalqa 2020-08-19 12:25:12 +03:00 committed by GitHub
parent 64ea64fca5
commit e035640cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,5 +91,3 @@ ProcessorInfo::ProcessorInfo(Processor& processor)
}
}
#include <AK/String.h>