2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-22 18:49:34 +03:00

nothing important

This commit is contained in:
Pavol Marko 2004-04-22 08:10:29 +00:00
parent 81cd9b4449
commit 607da4d4a2
3 changed files with 1 additions and 8 deletions

@ -29,8 +29,6 @@
* version. * version.
*/ */
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h" #include "amxmodx.h"
#include "CLogEvent.h" #include "CLogEvent.h"

@ -28,9 +28,6 @@
* you do not wish to do so, delete this exception statement from your * you do not wish to do so, delete this exception statement from your
* version. * version.
*/ */
#include <extdll.h>
#include <meta_api.h>
#include "amxmodx.h" #include "amxmodx.h"
// ***************************************************** // *****************************************************

@ -29,10 +29,8 @@
* version. * version.
*/ */
#include <extdll.h>
#include <meta_api.h>
#include "CVault.h"
#include "amxmodx.h" #include "amxmodx.h"
#include "CVault.h"
Vault g_vault; Vault g_vault;