[include][lk] fixup lk/ include path move
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
*/
|
||||
#include <dev/timer/arm_cortex_a9.h>
|
||||
|
||||
#include <debug.h>
|
||||
#include <lk/debug.h>
|
||||
#include <sys/types.h>
|
||||
#include <err.h>
|
||||
#include <lk/err.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
#include <trace.h>
|
||||
#include <lk/trace.h>
|
||||
#include <lib/fixed_point.h>
|
||||
#include <kernel/thread.h>
|
||||
#include <kernel/spinlock.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <platform.h>
|
||||
#include <platform/interrupts.h>
|
||||
#include <platform/timer.h>
|
||||
#include <trace.h>
|
||||
#include <lk/trace.h>
|
||||
|
||||
#define LOCAL_TRACE 0
|
||||
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <trace.h>
|
||||
#include <err.h>
|
||||
#include <lk/trace.h>
|
||||
#include <lk/err.h>
|
||||
#include <kernel/thread.h>
|
||||
#include <platform/timer.h>
|
||||
#include <platform/debug.h>
|
||||
|
||||
Reference in New Issue
Block a user