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

This commit is contained in:
Andreas Kling 2020-04-09 18:17:27 +02:00
commit 871d450b93
Notes: sideshowbarker 2024-07-19 07:46:37 +09:00
11 changed files with 12 additions and 12 deletions

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <Kernel/ACPI/ACPIParser.h>
#include <Kernel/ACPI/Parser.h>
#include <Kernel/CommandLine.h>
#include <Kernel/Scheduler.h>
#include <Kernel/Time/HPET.h>