mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[HAL] Rename apic.h to apicp.h and move it back to the apic folder
This commit is contained in:
parent
4864c874a2
commit
7243503916
4 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#include <hal.h>
|
||||
#include <apic.h>
|
||||
#include "apicp.h"
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <hal.h>
|
||||
#include <apic.h>
|
||||
#include "apicp.h"
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <hal.h>
|
||||
#include <apic.h>
|
||||
#include "apicp.h"
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue