Rename ke_* headers to am-*
--HG-- rename : public/amtl/ke_allocator_policies.h => public/amtl/am-allocator-policies.h rename : public/amtl/ke_inline_list.h => public/amtl/am-inline-list.h rename : public/amtl/ke_thread_posix.h => public/amtl/am-thread-posix.h rename : public/amtl/ke_thread_utils.h => public/amtl/am-thread-utils.h rename : public/amtl/ke_thread_windows.h => public/amtl/am-thread-windows.h rename : public/amtl/ke_utility.h => public/amtl/am-utility.h rename : public/amtl/ke_vector.h => public/amtl/am-vector.h
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#define _include_sourcepawn_assembler_x86_h__
|
||||
|
||||
#include <assembler.h>
|
||||
#include <ke_vector.h>
|
||||
#include <am-vector.h>
|
||||
#include <string.h>
|
||||
|
||||
struct Register
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#define _include_sourcepawn_macroassembler_x86h__
|
||||
|
||||
#include <assembler.h>
|
||||
#include <ke_vector.h>
|
||||
#include <am-vector.h>
|
||||
#include <string.h>
|
||||
#include <assembler-x86.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user