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
commit e035640cd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-19 03:25:46 +09:00

View file

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