Fix AMTL internal paths

This commit is contained in:
Arkshine
2015-09-30 19:08:39 +02:00
parent f811bab608
commit 2d910838a2
56 changed files with 128 additions and 129 deletions

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <am-string.h>
#include <amtl/am-string.h>
namespace ke {

View File

@ -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

View File

@ -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

View File

@ -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