Fix AMTL internal paths

This commit is contained in:
Arkshine
2015-10-02 23:22:21 +02:00
parent f811bab608
commit 2d910838a2
56 changed files with 128 additions and 129 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include <string.h>
#include <sh_stack.h>
#include <am-vector.h>
#include <amtl/am-vector.h>
#include "sqlite_header.h"
struct QHandle
+1 -1
View File
@@ -14,7 +14,7 @@
#include "amxxmodule.h"
#include "sqlite_header.h"
#include "threading.h"
#include <am-string.h>
#include <amtl/am-string.h>
MainThreader g_Threader;
ThreadWorker *g_pWorker = NULL;
+2 -2
View File
@@ -16,8 +16,8 @@
#include "IThreader.h"
#include "ISQLDriver.h"
#include <am-string.h>
#include <am-vector.h>
#include <amtl/am-string.h>
#include <amtl/am-vector.h>
#include <sh_stack.h>
struct QueuedResultInfo