mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
Fixed circular dependency between sourcemm.h/util.h (build bustage).
This commit is contained in:
parent
16ca8385a9
commit
584717bf8c
@ -13,6 +13,7 @@
|
||||
#include "sourcemm.h"
|
||||
#include "concommands.h"
|
||||
#include "vsp_listener.h"
|
||||
#include "util.h"
|
||||
|
||||
/**
|
||||
* @brief Implements functions from CPlugin.h
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "concommands.h"
|
||||
#include "CPlugin.h"
|
||||
#include "vsp_listener.h"
|
||||
#include "util.h"
|
||||
|
||||
/**
|
||||
* @brief Implementation of main API interface
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "sh_string.h"
|
||||
#include "sh_list.h"
|
||||
#include "vsp_listener.h"
|
||||
#include "util.h"
|
||||
|
||||
/**
|
||||
* @brief Console Command Implementations
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "ISmmAPI.h"
|
||||
#include "CPlugin.h"
|
||||
#include "oslink.h"
|
||||
#include "util.h"
|
||||
#include "version.h"
|
||||
#include "loader_bridge.h"
|
||||
|
||||
|
@ -11,9 +11,9 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "sourcemm.h"
|
||||
#include "util.h"
|
||||
#include "oslink.h"
|
||||
#include "sourcemm.h"
|
||||
|
||||
/**
|
||||
* @brief Utility functions
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <assert.h>
|
||||
#include "sourcemm.h"
|
||||
#include "concommands.h"
|
||||
#include "util.h"
|
||||
#include <loader_bridge.h>
|
||||
|
||||
SH_DECL_HOOK0_void(ConCommand, Dispatch, SH_NOATTRIB, false);
|
||||
|
Loading…
Reference in New Issue
Block a user