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

Kernel: Remove redundant "ACPI" from filenames in ACPI/

This commit is contained in:
Andreas Kling 2020-04-09 18:17:27 +02:00
parent 1c865ee8d4
commit 871d450b93
11 changed files with 12 additions and 12 deletions

View file

@ -25,7 +25,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <Kernel/ACPI/ACPIDynamicParser.h>
#include <Kernel/ACPI/DynamicParser.h>
#include <Kernel/CommandLine.h>
namespace Kernel {