Fix AMTL internal paths
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-string.h>
|
||||
|
||||
namespace ke {
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#include <stdint.h>
|
||||
#include <am-vector.h>
|
||||
#include <amtl/am-vector.h>
|
||||
#include <sm_symtable.h>
|
||||
#endif
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#include <am-moveable.h>
|
||||
#include <amtl/am-moveable.h>
|
||||
|
||||
#ifndef _include_sourcemod_namehashset_h_
|
||||
#define _include_sourcemod_namehashset_h_
|
||||
@ -40,9 +40,9 @@
|
||||
* @brief Stores a set of uniquely named objects.
|
||||
*/
|
||||
|
||||
#include <am-allocator-policies.h>
|
||||
#include <am-hashmap.h>
|
||||
#include <am-string.h>
|
||||
#include <amtl/am-allocator-policies.h>
|
||||
#include <amtl/am-hashmap.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include "sm_stringhashmap.h"
|
||||
|
||||
//namespace SourceMod
|
||||
|
@ -44,10 +44,10 @@
|
||||
* NameHashSet instead.
|
||||
*/
|
||||
|
||||
#include <am-allocator-policies.h>
|
||||
#include <am-hashmap.h>
|
||||
#include <am-string.h>
|
||||
#include <am-moveable.h>
|
||||
#include <amtl/am-allocator-policies.h>
|
||||
#include <amtl/am-hashmap.h>
|
||||
#include <amtl/am-string.h>
|
||||
#include <amtl/am-moveable.h>
|
||||
#include <string.h>
|
||||
|
||||
//namespace SourceMod
|
||||
|
Reference in New Issue
Block a user